Skip to content

Commit

Permalink
build: fix publish build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 6, 2024
1 parent 7f73ff5 commit 9aaabb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

- name: pnpm instal
run: pnpm install --ignore-scripts
- run: pnpm -r build
- run: pnpm -r dts
- run: pnpm --filter="./packages/cli..." build
- run: pnpm --filter="./packages/cli..." dts

- name: Creating .npmrc
run: |
Expand Down

0 comments on commit 9aaabb0

Please sign in to comment.