We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e7248 commit 6f7a2b8Copy full SHA for 6f7a2b8
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "node build/.core/index.js",
8
"test": "jest",
9
- "build": "npm-run-all build:*",
+ "build": "run-s build:*",
10
"build:gulp": "cross-env NODE_ENV=production gulp",
11
"build:babel-core": "cross-env NODE_ENV=production babel .core --out-dir build/.core",
12
"build:babel-reactium_modules": "cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules",
0 commit comments