Skip to content

Commit

Permalink
Removed the debugging code from npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vergilfromadyen authored Sep 5, 2024
1 parent 78c0188 commit 3777b25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
always-auth: true
- run: npm whoami
- run: |
npm install
npm run build
- run: npm whoami
- run: npm publish

0 comments on commit 3777b25

Please sign in to comment.