Skip to content

Commit

Permalink
build: build cli packages with package name instead of path
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Dec 6, 2024
1 parent 1d3f3b2 commit 60e8ce9
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 @@ -84,8 +84,8 @@ jobs:
- name: pnpm instal
run: pnpm install --ignore-scripts
- run: pnpm --filter="./packages/cli..." build
- run: pnpm --filter="./packages/cli..." dts
- run: pnpm --filter="webstudio..." build
- run: pnpm --filter="webstudio..." dts

- name: Creating .npmrc
run: |
Expand Down

0 comments on commit 60e8ce9

Please sign in to comment.