Skip to content

Commit 1ae6114

Browse files
committed
ci: skip typescript build in playground to speed up CI
1 parent e53aa87 commit 1ae6114

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
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Run build script in playground
7878
working-directory: ./playground
79-
run: pnpm --filter "*" build
79+
run: pnpm --filter "\!*typescript*" build
8080

8181
# verify-vitest:
8282
# # needs: build

0 commit comments

Comments
 (0)