Skip to content

Commit

Permalink
Added frozen-lockfile parameter to yarn in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 29, 2020
1 parent bb1a04a commit 86d5003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,7 +19,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then google-chrome --version; fi
before_script:
- yarn global add @angular/cli karma lerna surge
- yarn
- yarn --frozen-lockfile
- npm config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
- yarn config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
# - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc
Expand Down

0 comments on commit 86d5003

Please sign in to comment.