From 26c21991be1c2c6422ee5d10450bcc0c50dbae08 Mon Sep 17 00:00:00 2001 From: Mathieu Date: Mon, 18 Dec 2023 11:05:57 +0100 Subject: [PATCH] remove space --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dd8c96..d8f8b68 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "next build && ./scripts/sentry.js", "export": "next export", "start": "next start", - "deploy": "./ scripts/deploy.sh", + "deploy": "./scripts/deploy.sh", "analyse": "ANALYZE=true npm run build", "lint": "eslint --ext .jsx,.js,.ts,.tsx,.json --fix ." },