Skip to content

Commit

Permalink
feat: use yarn --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Dec 5, 2017
1 parent fee01f9 commit 7cb7d32
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
- git fetch --unshallow || true
install:
- yarn install --pure-lockfile
- yarn install --frozen-lockfile
script:
- npm run bootstrap
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -3,7 +3,7 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version
- yarn install --pure-lockfile
- yarn install --frozen-lockfile

test_script:
- node --version
Expand Down
3 changes: 0 additions & 3 deletions lerna.json
Expand Up @@ -5,9 +5,6 @@
],
"version": "5.0.1",
"npmClient": "yarn",
"npmClientArgs": [
"--pure-lockfile"
],
"command": {
"publish": {
"message": "feat: publish %s"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "A vuejs, reactjs and angular select component.",
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap -- --frozen-lockfile",
"build": "clean-scripts build",
"lint": "clean-scripts lint.ts",
"fix": "clean-scripts fix",
Expand Down

0 comments on commit 7cb7d32

Please sign in to comment.