Skip to content

Commit b16fe9d

Browse files
authored
only build public packages when releasing (#5362)
1 parent 2e2719c commit b16fe9d

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
@@ -30,7 +30,7 @@ jobs:
3030
cache: pnpm
3131

3232
- run: pnpm install --frozen-lockfile
33-
- run: pnpm turbo run build
33+
- run: pnpm turbo run build --filter="./packages/*"
3434

3535
- name: Create Release Pull Request or Publish to npm
3636
id: changesets

0 commit comments

Comments
 (0)