mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Pass --frozen-lockfile to yarn in Travis builds
This commit is contained in:
parent
944b8d9f34
commit
de70e0ab0a
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ cache: yarn
|
|||
before_script:
|
||||
- NODE_ENV=$BUILD_ENV yarn build
|
||||
|
||||
install:
|
||||
- yarn --frozen-lockfile
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
|
Loading…
Reference in a new issue