diff --git a/package.json b/package.json index 04ce51c..1885403 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "src/pages/index.tsx", "scripts": { "build:dev": "export NEXT_PUBLIC_GIT_HASH=$(git rev-parse HEAD) && next", - "build:prod": "npm run lint && && export NEXT_PUBLIC_GIT_HASH=$(git rev-parse HEAD) && next build && next export -o build/", + "build:prod": "npm run lint && export NEXT_PUBLIC_GIT_HASH=$(git rev-parse HEAD) && next build && next export -o build/", "start": "next start", "lint": "next lint", "zip:assets": "zip -qr build.zip ./build",