Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jun 29, 2022
1 parent c72d9e7 commit 27cd451
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 @@ -21,10 +21,10 @@ jobs:
cache: 'yarn'

- name: Install Dependencies
- run: yarn
run: yarn

- name: Test
- run: yarn test
run: yarn test

publish-npm:
needs: build
Expand Down

0 comments on commit 27cd451

Please sign in to comment.