Skip to content

Commit 9317738

Browse files
authored
Bugfix/heroku build steps (#151)
* Build steps sequential to provide webpack-manifest for server build. * Copy files that are not compiled with src babel compile.
1 parent 6f7a2b8 commit 9317738

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
@@ -10,7 +10,7 @@
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",
13-
"build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src",
13+
"build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src --copy-files",
1414
"heroku-prebuild": "npx -p @atomic-reactor/cli arcli install",
1515
"static": "npm-run-all build:* && gulp static",
1616
"local": "gulp local",

0 commit comments

Comments
 (0)