Skip to content

Commit

Permalink
package.json: Add prepare script to run build before serving
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpdx committed Dec 14, 2024
1 parent 07b5766 commit 5c2c238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"build": "webpack --mode=production --progress",
"build:debug": "webpack --mode=development --progress",
"watch": "webpack --mode=development --progress --watch",
"serve": "webpack serve --mode=development --progress"
"serve": "webpack serve --mode=development --progress",
"prepare": "npm run build"
},
"dependencies": {
"es6-promise": "^4.2.5",
Expand Down

0 comments on commit 5c2c238

Please sign in to comment.