Skip to content

Commit

Permalink
fix: remove double && on script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbertly committed Jan 8, 2023
1 parent 90a0361 commit d0982bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d0982bd

Please sign in to comment.