Skip to content

Commit edbe2be

Browse files
committed
fix(CI): add build everything step before publishing.
1 parent 3c71725 commit edbe2be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
registry-url: https://registry.npmjs.org/
3939
- name: Install dependencies
4040
run: pnpm install
41+
- name: Build everything
42+
# the local DTS plugin is required for building bundles
43+
# @todo remove when no longer required
44+
run: pnpm build
4145
- name: Publish ${{inputs.workspace}} with ${{ inputs.tag }}
4246
env:
4347
NODE_AUTH_TOKEN: ${{secrets.NPM_KEY}}

0 commit comments

Comments
 (0)