ci: run install with --frozen-shrinkwrap

This commit is contained in:
Zoltan Kochan
2018-03-29 22:43:14 +03:00
parent aa54184502
commit 06a5cbb8fa
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ before_install:
- git fetch --unshallow
- curl -L https://unpkg.com/@pnpm/self-installer | node
install:
- pnpm install
- pnpm install --frozen-shrinkwrap --no-lock
script:
- /bin/bash lint-commits.sh
- ./node_modules/.bin/commitlint --from=$TRAVIS_COMMIT

View File

@@ -12,7 +12,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- curl -L https://unpkg.com/@pnpm/self-installer | node
- pnpm install
- pnpm install --frozen-shrinkwrap --no-lock
matrix:
fast_finish: true
build: off