Skip to content

Commit 3d22e4e

Browse files
committed
chore: build npm before publish
1 parent 8193189 commit 3d22e4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
NPM_TOKEN: ${{ secrets.RSLINT_NPM_TOKEN }}
9090
run: |
9191
npm config set "//registry.npmjs.org/:_authToken" "${NPM_TOKEN}"
92+
pnpm build:npm
9293
pnpm -r publish --tag ${{ github.event.inputs.npm_tag }} --publish-branch ${{ github.event.inputs.branch }}
9394
9495
- name: Build and publish to Microsoft VS Code Marketplace

0 commit comments

Comments
 (0)