Skip to content

Commit

Permalink
ci: update npm publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed May 2, 2024
1 parent fede1d5 commit 428482f
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 @@ -24,8 +24,9 @@ jobs:
node-version: 16
- name: Cd to directory
working-directory: ./packages/typescript
- run: yarn ci
- run: yarn test
run: |
yarn ci
yarn test
publish-npm:
needs: build
Expand Down

0 comments on commit 428482f

Please sign in to comment.