mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
feat: revert to parallel
This commit is contained in:
+1
-4
@@ -9,21 +9,18 @@ output:
|
||||
- skips
|
||||
|
||||
pre-commit:
|
||||
piped: true
|
||||
parallel: true
|
||||
commands:
|
||||
sync-lockfile:
|
||||
tags: lockfile
|
||||
priority: 1
|
||||
run: pnpm i --lockfile-only
|
||||
stage_fixed: true
|
||||
lint-fix:
|
||||
tags: lint
|
||||
priority: 2
|
||||
run: pnpm run lint --fix && pnpm run format
|
||||
stage_fixed: true
|
||||
test-and-check-packages:
|
||||
tags: test-packages
|
||||
priority: 3
|
||||
env:
|
||||
NX_TUI: "false"
|
||||
run: pnpm run test && pnpm run check:packages
|
||||
|
||||
Reference in New Issue
Block a user