We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623465a commit b0744d6Copy full SHA for b0744d6
1 file changed
.github/workflows/release.yml
@@ -62,7 +62,7 @@ jobs:
62
with:
63
run_install: |
64
- recursive: true
65
- args: [--no-frozen-lockfile]
+ args: [--frozen-lockfile]
66
67
- name: Build
68
run : pnpm build
0 commit comments