File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -240,15 +240,8 @@ module.exports = {
240
240
} ,
241
241
scripts : {
242
242
add : {
243
+ start : 'node .core/index.mjs' ,
243
244
build : 'npm-run-all build:*' ,
244
- 'build:gulp' : 'cross-env NODE_ENV=production gulp' ,
245
- 'build:babel-core' :
246
- 'cross-env NODE_ENV=production babel .core --out-dir build/.core' ,
247
- 'build:babel-reactium_modules' :
248
- 'cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules' ,
249
- 'build:babel-src' :
250
- 'cross-env NODE_ENV=production babel src --out-dir build/src --copy-files' ,
251
- static : 'npm-run-all build:* && gulp static' ,
252
245
local : 'gulp local' ,
253
246
} ,
254
247
remove : [
@@ -265,7 +258,9 @@ module.exports = {
265
258
'local-ssr:gulp' ,
266
259
'local-ssr:babel-node' ,
267
260
'react-redux' ,
261
+ 'start' ,
268
262
'static:build' ,
263
+ 'static' ,
269
264
] ,
270
265
} ,
271
266
husky : {
You can’t perform that action at this time.
0 commit comments