Skip to content

Commit

Permalink
ci: compile before publishing with pkg-pr-new
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Jan 6, 2025
1 parent 7da4a9d commit 8324f47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
run: yarn test

- name: Run pkg.pr.new
run: npx pkg-pr-new publish
run: |
yarn compile
npx pkg-pr-new publish

0 comments on commit 8324f47

Please sign in to comment.