We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c71725 commit edbe2beCopy full SHA for edbe2be
1 file changed
.github/workflows/npm-publish.yml
@@ -38,6 +38,10 @@ jobs:
38
registry-url: https://registry.npmjs.org/
39
- name: Install dependencies
40
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
45
- name: Publish ${{inputs.workspace}} with ${{ inputs.tag }}
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.NPM_KEY}}
0 commit comments