Skip to content

Commit 4229524

Browse files
committed
feat: only build core before lint
1 parent e571999 commit 4229524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pnpm i --frozen-lockfile
2929

3030
- name: Build
31-
run: pnpm run build
31+
run: pnpm -C packages/core run build
3232

3333
- name: Build eslint
3434
run: pnpm -C packages/eslint run build

0 commit comments

Comments
 (0)