We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ffb13 commit bc2169bCopy full SHA for bc2169b
.github/workflows/publish-package.yml
@@ -53,7 +53,7 @@ jobs:
53
registry-url: 'https://registry.npmjs.org'
54
55
- name: Install dependencies
56
- run: pnpm install
+ run: pnpm install --frozen-lockfile
57
58
- name: Build package
59
run: pnpm build
0 commit comments