Skip to content

Commit 6f7a2b8

Browse files
committed
Build steps sequential to provide webpack-manifest for server build.
1 parent 91e7248 commit 6f7a2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "node build/.core/index.js",
88
"test": "jest",
9-
"build": "npm-run-all build:*",
9+
"build": "run-s build:*",
1010
"build:gulp": "cross-env NODE_ENV=production gulp",
1111
"build:babel-core": "cross-env NODE_ENV=production babel .core --out-dir build/.core",
1212
"build:babel-reactium_modules": "cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules",

0 commit comments

Comments
 (0)