Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 29, 2024
1 parent 7256be5 commit ca260a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"start": "npm run load-env && next start -p 8080",
"dev": "next dev -p 8080",
"build": "rm -rf .next next build",
"build": "rm -rf .next && next build",
"load-env": "bash ./load-env.sh"
},
"dependencies": {
Expand Down

0 comments on commit ca260a1

Please sign in to comment.