Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonrm authored Jul 29, 2021
1 parent e694a31 commit 444e012
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm test
- run: yarn
- run: yarn build
- run: yarn test

publish-npm:
needs: build
Expand Down

0 comments on commit 444e012

Please sign in to comment.