Skip to content

Commit

Permalink
fix: npm publish pnpm run error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
minsgy committed Jun 19, 2024
1 parent 5661c89 commit 80eb80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install PNPM
run: npm install -g [email protected]
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfil
- name: npm publish
uses: JS-DevTools/npm-publish@v3
with:
Expand Down

0 comments on commit 80eb80f

Please sign in to comment.