We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--frozen-lockfile
1 parent e06d4a2 commit 18a939eCopy full SHA for 18a939e
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
run: corepack enable
21
22
- name: Install Dependencies
23
- run: yarn install
+ run: yarn install --frozen-lockfile
24
25
- name: Build
26
run: yarn build
0 commit comments