Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bn1404 authored Jun 6, 2024
1 parent 7aeb076 commit 291d4a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
with:
node-version: 18
- run: yarn install
- run: yarn tsc

publish-npm:
needs: build
Expand All @@ -25,7 +24,6 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn tsc
- run: yarn build
- run: npm publish
env:
Expand Down

0 comments on commit 291d4a9

Please sign in to comment.