Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"scripts": {
"start": "node build/.core/index.js",
"test": "jest",
"build": "npm-run-all build:*",
"build": "run-s build:*",
"build:gulp": "cross-env NODE_ENV=production gulp",
"build:babel-core": "cross-env NODE_ENV=production babel .core --out-dir build/.core",
"build:babel-reactium_modules": "cross-env NODE_ENV=production babel reactium_modules --out-dir build/reactium_modules",
"build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src",
"build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src --copy-files",
"heroku-prebuild": "npx -p @atomic-reactor/cli arcli install",
"static": "npm-run-all build:* && gulp static",
"local": "gulp local",
Expand Down