POLICY: make fmt uses npx instead of yarn for prettier #145

Closed
opened 2026-02-26 11:10:43 +01:00 by clawbot · 1 comment
Collaborator

Per REPO_POLICIES.md: "Use yarn, not npm."

The Makefile currently runs npx prettier in the fmt target. This should use yarn prettier (or yarn exec prettier) instead.

Per REPO_POLICIES.md: "Use `yarn`, not `npm`." The Makefile currently runs `npx prettier` in the `fmt` target. This should use `yarn prettier` (or `yarn exec prettier`) instead.
Author
Collaborator

Closing as duplicate.

Closing as duplicate.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/upaas#145