mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 02:21:52 -04:00
ci: run install with --frozen-shrinkwrap
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user