Skip to content

Commit 80ed3be

Browse files
committed
ci: update publish
1 parent 24ca676 commit 80ed3be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ jobs:
1717
with:
1818
node-version: 18.x
1919
cache: 'pnpm'
20-
- run: pnpm install --frozen-lockfile
20+
- run: pnpm install --frozen-lockfile && pnpm build
2121
- run: |
2222
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
2323
shell: sh
24-
- run: pnpm build
2524
- run: pnpm -r --filter='./packages/*' publish --access public

0 commit comments

Comments
 (0)