docs: Use yarn install --frozen-lockfile (#288)
cf. https://classic.yarnpkg.com/en/docs/cli/install
This commit is contained in:
parent
489a03aac4
commit
a8209677e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue