Skip to content

Commit

Permalink
Fix npm publish workflows (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
oknoorap authored Dec 29, 2022
1 parent d6d83c5 commit f8ef01c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Install dependencies and build 🔧
run:
- pnpm install
- pnpm build
run: pnpm install && pnpm build

- name: Publish package on NPM 📦
run: npm publish
Expand Down

0 comments on commit f8ef01c

Please sign in to comment.