Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VPKSoft committed Oct 1, 2023
1 parent 2abbf7a commit a3157c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm run test
Expand All @@ -29,6 +30,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit a3157c7

Please sign in to comment.