Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Apr 25, 2024
1 parent ae85baf commit 886388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 20
cache: pnpm
registry-url: "https://registry.npmjs.org"
- run: pnpm i --frozen-lockfile
- run: pnpm i
- run: pnpm build
- run: pnpm publish --no-git-checks --access public
env:
Expand Down

0 comments on commit 886388d

Please sign in to comment.