Skip to content

Commit

Permalink
ci: frozen lockfile when install in ci (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Chao Zhou <zctocm@gmail.com>
  • Loading branch information
yqrashawn and zctocm committed Aug 26, 2020
1 parent 9d1141c commit 00d5edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- v2-dependencies-{{ checksum "package.json" }}
- v2-dependencies-

- run: yarn
- run: yarn --frozen-lockfile

- save_cache:
paths:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
- checkout
- attach_workspace:
at: .
- run: npx semantic-release
- run: npx semantic-release

0 comments on commit 00d5edb

Please sign in to comment.