Skip to content

Commit

Permalink
fix: fix craco build
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-nguyen-cs committed Feb 9, 2024
1 parent d4ab69e commit 191f42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomy-editor-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false craco start",
"build": "craco build",
"build": "NODE_ENV=production craco build",
"test": "craco test",
"prepare": "cd .. && husky install taxonomy-editor-frontend/.husky",
"lint": "prettier --write .",
Expand Down

0 comments on commit 191f42e

Please sign in to comment.