docs: Use yarn install --frozen-lockfile (#288)

cf. https://classic.yarnpkg.com/en/docs/cli/install
This commit is contained in:
Shohei Ueda 2020-05-09 00:25:08 +09:00 committed by GitHub
parent 489a03aac4
commit a8209677e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -658,7 +658,7 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn export
@ -761,7 +761,7 @@ jobs:
restore-keys: |
${{ runner.os }}-website-
- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Deploy