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 2e7b2c3 commit a81e75cCopy full SHA for a81e75c
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
node-version: 16
60
cache: 'pnpm'
61
- name: Install dependencies
62
- run: pnpm install
+ run: pnpm install && pnpm stub
63
- name: Config npm
64
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
65
env:
0 commit comments