Skip to content

Commit 542cb7c

Browse files
authored
Fix build script on update (#212)
1 parent e903a3c commit 542cb7c

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.core/reactium-config.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,8 @@ module.exports = {
240240
},
241241
scripts: {
242242
add: {
243+
start: 'node .core/index.mjs',
243244
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',
252245
local: 'gulp local',
253246
},
254247
remove: [
@@ -265,7 +258,9 @@ module.exports = {
265258
'local-ssr:gulp',
266259
'local-ssr:babel-node',
267260
'react-redux',
261+
'start',
268262
'static:build',
263+
'static',
269264
],
270265
},
271266
husky: {

0 commit comments

Comments
 (0)