Skip to content

Commit abb196c

Browse files
committed
Update default heroku prebuild script to lock in ARCLI version
1 parent c29dc73 commit abb196c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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",
1313
"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",
14+
"heroku-prebuild": "npx -p @atomic-reactor/cli@2.2.77 arcli install",
1515
"static": "npm-run-all build:* && gulp static",
1616
"local": "gulp local",
1717
"local:ssr": "gulp local:ssr",

0 commit comments

Comments
 (0)