Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Better build command
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-andysign committed Apr 24, 2024
1 parent 0cc1259 commit 24ecf18
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 @@ -14,7 +14,7 @@
"prepare": "npm run prepare:react && npm run prepare:react-dom",
"dev": "webpack-dev-server --mode=development",
"start": "serve -s ./build",
"build": "./node_modules/.bin/webpack --mode=production",
"build": "$(npm root)/.bin/webpack --mode=production",
"depcheck": "depcheck",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 24ecf18

Please sign in to comment.