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

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