Skip to content

Commit 0da9b84

Browse files
committed
chore: drop frozen-lockfile flag
1 parent 25523cf commit 0da9b84

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
@@ -31,7 +31,7 @@ jobs:
3131
registry-url: 'https://registry.npmjs.org'
3232

3333
- name: Install dependencies
34-
run: pnpm install --frozen-lockfile
34+
run: pnpm install
3535

3636
- name: Build
3737
run: pnpm run build

0 commit comments

Comments
 (0)