Skip to content

Commit

Permalink
Don't test Parcel and TS plugins before releasing lib (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr authored Nov 14, 2023
1 parent 4b58976 commit 17a2d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_lib_to_npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Perform type-checking
run: just type-check-all

- name: Run all tests
run: just test-all
- name: Run tests
run: just test && just test-examples

- name: Publish
run: just release-lib
Expand Down

0 comments on commit 17a2d15

Please sign in to comment.