Pass --frozen-lockfile to yarn in Travis builds
This commit is contained in:
parent
944b8d9f34
commit
de70e0ab0a
@ -18,6 +18,9 @@ cache: yarn
|
|||||||
before_script:
|
before_script:
|
||||||
- NODE_ENV=$BUILD_ENV yarn build
|
- NODE_ENV=$BUILD_ENV yarn build
|
||||||
|
|
||||||
|
install:
|
||||||
|
- yarn --frozen-lockfile
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_success: never
|
on_success: never
|
||||||
|
Loading…
Reference in New Issue
Block a user