Skip to content

Commit

Permalink
ci: run compile before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jul 10, 2023
1 parent 9757f02 commit 5f84356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: pnpm install && pnpm compile
- name: Publish package
run: pnpm publish --no-git-checks
env:
Expand Down

0 comments on commit 5f84356

Please sign in to comment.