Skip to content

Commit 052595c

Browse files
committed
chore(ci): run stub build
1 parent 6a571ba commit 052595c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
22+
- run: pnpm build --stub
2223
- run: pnpm codeup apply --actions ./actions/unjs
2324
- run: pnpm lint:fix
2425
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
22+
- run: pnpm build --stub
2223
- run: pnpm lint
2324
- run: pnpm test:types
2425
- run: pnpm build

0 commit comments

Comments
 (0)