Correct the yarn CI install build command
This commit is contained in:
parent
e5af774351
commit
2c4f3cfe71
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
"url": "https://github.com/houdiniproject/houdini"
|
"url": "https://github.com/houdiniproject/houdini"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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",
|
"ci-build-all": "script/compile-assets.sh && yarn build",
|
||||||
"test": "rake -v spec && yarn build && yarn jest",
|
"test": "rake -v spec && yarn build && yarn jest",
|
||||||
"jest": "jest"
|
"jest": "jest"
|
||||||
|
|
Loading…
Reference in a new issue