Skip to content

Commit 18a939e

Browse files
committed
👷 Add --frozen-lockfile argument to build.
1 parent e06d4a2 commit 18a939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: corepack enable
2121

2222
- name: Install Dependencies
23-
run: yarn install
23+
run: yarn install --frozen-lockfile
2424

2525
- name: Build
2626
run: yarn build

0 commit comments

Comments
 (0)