Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
fasetto committed Jul 19, 2021
1 parent 423a4aa commit 62d2a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
node-version: "14"
- name: Install dependencies
run: yarn install
- name: Test
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test
- name: 🚀 Publish to npm
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 62d2a85

Please sign in to comment.