Skip to content

Commit a81e75c

Browse files
authored
chore: fix deployment workflow (#45)
1 parent 2e7b2c3 commit a81e75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: 16
6060
cache: 'pnpm'
6161
- name: Install dependencies
62-
run: pnpm install
62+
run: pnpm install && pnpm stub
6363
- name: Config npm
6464
run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
6565
env:

0 commit comments

Comments
 (0)