Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstudent777 authored Sep 13, 2024
1 parent 530b43a commit 54ec1f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci && npm run build
- run: pnpm install
- run: pnpm ci && pnpm run build

publish-npm:
needs: build
Expand All @@ -32,6 +33,7 @@ jobs:
node-version: 20
cache: 'pnpm'
registry-url: https://registry.npmjs.org
- run: pnpm install
- run: pnpm ci && pnpm run build
- run: npm publish
env:
Expand Down

0 comments on commit 54ec1f5

Please sign in to comment.