Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ pre-commit:
test:
run: just test

# Serial on purpose: `just check` (via check:packed-package) and `just build`
# both rebuild packages/ghost/dist while `just test` runs the CLI tests against
# dist/bin.js. Running them in parallel races on dist/ and fails flakily.
pre-push:
parallel: true
commands:
check:
run: just check
test:
run: just test
build:
run: just build
ci:
run: just ci
Loading