Correct the yarn CI install build command

This commit is contained in:
Eric Schultz 2020-04-23 14:24:31 -05:00
parent e5af774351
commit 2c4f3cfe71

View file

@ -6,7 +6,7 @@
"url": "https://github.com/houdiniproject/houdini"
},
"scripts": {
"build-all": "yarn ci && script/compile-assets.sh && yarn build",
"build-all": "yarn install --frozen-lockfile && script/compile-assets.sh && yarn build",
"ci-build-all": "script/compile-assets.sh && yarn build",
"test": "rake -v spec && yarn build && yarn jest",
"jest": "jest"