Skip to content

Commit 60e8ce9

Browse files
committed
build: build cli packages with package name instead of path
1 parent 1d3f3b2 commit 60e8ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
8585
- name: pnpm instal
8686
run: pnpm install --ignore-scripts
87-
- run: pnpm --filter="./packages/cli..." build
88-
- run: pnpm --filter="./packages/cli..." dts
87+
- run: pnpm --filter="webstudio..." build
88+
- run: pnpm --filter="webstudio..." dts
8989

9090
- name: Creating .npmrc
9191
run: |

0 commit comments

Comments
 (0)