Skip to content

Commit 618a9fc

Browse files
committed
ci: run bundle-check validation
1 parent e97ab67 commit 618a9fc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/verifications.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
validation-script:
17-
['lint', 'type-check', 'format:check', 'generate-all:check']
17+
[
18+
'lint',
19+
'type-check',
20+
'format:check',
21+
'generate-all:check',
22+
'bundle-check',
23+
]
1824
steps:
1925
- name: Checkout
2026
uses: actions/checkout@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"build": "tsdown lib/index.ts --format esm --format cjs",
34-
"bundle-check": "pnpm run build & publint",
34+
"bundle-check": "pnpm run build && publint",
3535
"generate-all": "pnpm run --parallel \"/^generate:.*/\"",
3636
"generate-all:check": "pnpm run generate-all && git diff --exit-code",
3737
"generate:configs": "ts-node tools/generate-configs",

0 commit comments

Comments
 (0)