Skip to content

Commit

Permalink
docs: Use yarn install --frozen-lockfile (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 8, 2020
1 parent 489a03a commit a820967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn export
Expand Down Expand Up @@ -761,7 +761,7 @@ jobs:
restore-keys: |
${{ runner.os }}-website-
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy
Expand Down

0 comments on commit a820967

Please sign in to comment.