Skip to content

Commit 227e712

Browse files
ci: only build the packages and not all the fixtures for pre-release job (#11370)
1 parent 86eab8e commit 227e712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: echo ${{ github.head_ref }}
4040

4141
- name: Build
42-
run: pnpm run build
42+
run: pnpm build --filter="./packages/*"
4343
env:
4444
NODE_ENV: "production"
4545
CI_OS: ${{ runner.os }}

0 commit comments

Comments
 (0)