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 ." },