Skip to content

Commit f5b1a57

Browse files
committed
build: enable compact mode
1 parent 678086d commit f5b1a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Soft release
6464
id: soft-release
65-
run: pnpx pkg-pr-new publish './packages/*' # --compact enable compact after release
65+
run: pnpx pkg-pr-new publish './packages/*' --compact
6666

6767
playwright:
6868
name: "Playwright Tests - ${{ matrix.browser }}"

0 commit comments

Comments
 (0)