We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29dc73 commit abb196cCopy full SHA for abb196c
package.json
@@ -11,7 +11,7 @@
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",
13
"build:babel-src": "cross-env NODE_ENV=production babel src --out-dir build/src --copy-files",
14
- "heroku-prebuild": "npx -p @atomic-reactor/cli arcli install",
+ "heroku-prebuild": "npx -p @atomic-reactor/cli@2.2.77 arcli install",
15
"static": "npm-run-all build:* && gulp static",
16
"local": "gulp local",
17
"local:ssr": "gulp local:ssr",
0 commit comments