fix(just): list recipes on bare just #98

Merged
David merged 2 commits from fix/VAPP-91-default-recipe-lists-recipes into main 2026-08-07 17:36:47 +02:00
Member

just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's default never applied and pre-commit (the first recipe defined here) became the default. Typing just to discover recipes rebuilt Tailwind and ran the full containerized check suite, and failed outright on a host with no docker daemon.

Define default explicitly as the first recipe in the file and record in the header comment that recipe order matters and default must stay first. set allow-duplicate-recipes := true was already present, so redefining the imported default does not error.

#VAPP-91

just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` never applied and `pre-commit` (the first recipe defined here) became the default. Typing `just` to discover recipes rebuilt Tailwind and ran the full containerized check suite, and failed outright on a host with no docker daemon. Define `default` explicitly as the first recipe in the file and record in the header comment that recipe order matters and `default` must stay first. `set allow-duplicate-recipes := true` was already present, so redefining the imported `default` does not error. #VAPP-91
fix(just): list recipes on bare just
Some checks failed
Check / fmt + clippy + build + tests (pull_request) Failing after 15s
0fddb42476
just resolves the no-argument recipe by source order in the root justfile and never selects an imported recipe, so common's `default` never applied and `pre-commit` (the first recipe defined here) became the default. Typing `just` to discover recipes rebuilt Tailwind and ran the full containerized check suite, and failed outright on a host with no docker daemon.

Define `default` explicitly as the first recipe in the file and record in the header comment that recipe order matters and `default` must stay first. `set allow-duplicate-recipes := true` was already present, so redefining the imported `default` does not error.

#VAPP-91
Merge branch 'main' into fix/VAPP-91-default-recipe-lists-recipes
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 1m16s
Create release / Create release from merged PR (pull_request) Has been skipped
3f3f8408f6
David merged commit 6fb2895940 into main 2026-08-07 17:36:47 +02:00
David deleted branch fix/VAPP-91-default-recipe-lists-recipes 2026-08-07 17:36:47 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/vervain-apps!98
No description provided.