Skip to content

Commit

Permalink
fix: CI was still using yarn instead if pnpm in several places
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Jul 14, 2023
1 parent c167259 commit ca16f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'develop'
- 'feature/**'
- 'feat/**'
- 'fix/**'
- 'fixes/**'

jobs:
build-test-publish:
Expand Down

0 comments on commit ca16f70

Please sign in to comment.