feat: revert to parallel

This commit is contained in:
Alem Tuzlak
2026-03-02 16:41:23 +01:00
parent c67005c070
commit 1c960a739f
+1 -4
View File
@@ -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