Skip to content

Commit

Permalink
fix(ci): update publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
nnishimura committed Jul 20, 2021
1 parent 276b7d9 commit c2e4f12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: Publish
Expand All @@ -16,8 +15,6 @@ jobs:
with:
node-version: 14
- run: npm ci
- run: npm lint
- run: npm test

publish-npm:
needs: build
Expand Down

0 comments on commit c2e4f12

Please sign in to comment.