Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 8bbf0c7

Browse files
committed
Updated package.json
1 parent 7e1e77d commit 8bbf0c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",
11+
"start": "npm run webpack:prod && node start server.js",
1112
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
1213
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --progress --optimize-minimize",
1314
"postinstall": "npm run updatesemantic",

0 commit comments

Comments
 (0)