Skip to content

Commit

Permalink
Remove test phase
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiel committed Jan 31, 2024
1 parent 7015fd0 commit 100b621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_on_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm test
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 100b621

Please sign in to comment.