Skip to content

Commit 58c11de

Browse files
committed
build on start
1 parent 2b635b1 commit 58c11de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
9-
"start": "node server.js",
9+
"start": "npm run build; node server.js",
1010
"unit": "jest --config test/unit/jest.conf.js --coverage",
1111
"e2e": "node test/e2e/runner.js",
1212
"test": "npm run unit && npm run e2e",

0 commit comments

Comments
 (0)