mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(v2): use yarn install --frozen-lockfile on CI
This commit is contained in:
parent
55e9bd8ac9
commit
6fe7c0cd6f
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Installation
|
||||
uses: bahmutov/npm-install@v1
|
||||
with:
|
||||
install-command: yarn install --immutable # Fails if yarn.lock is modified
|
||||
install-command: yarn install --frozen-lockfile # Fails if yarn.lock is modified
|
||||
- name: Lint
|
||||
run: yarn lint:ci
|
||||
- name: Prettier Code
|
||||
|
|
|
|||
Loading…
Reference in New Issue