Skip to content

Commit

Permalink
chore: build and compile package before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 17, 2024
1 parent b5a69c7 commit b0b9afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-template-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

- name: 📥 Install
uses: ./.github/actions/install

- name: 🧪 Build and test
run: pnpm turbo codegen build test --filter=${{ env.PACKAGE_NAME }}

- name: 🧪 Build CJS and test
run: pnpm --filter=${{ env.PACKAGE_NAME }} compile:cjs
Expand Down

0 comments on commit b0b9afa

Please sign in to comment.