From e344086721e20777cf96ffb0a27045de9d25c503 Mon Sep 17 00:00:00 2001 From: Sam Chung Date: Wed, 7 Feb 2024 09:53:11 +1100 Subject: [PATCH] Change `skuba format` command to `pnpm skuba format` --- docs/deep-dives/pnpm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-dives/pnpm.md b/docs/deep-dives/pnpm.md index 279a8b267..15f7c7142 100644 --- a/docs/deep-dives/pnpm.md +++ b/docs/deep-dives/pnpm.md @@ -137,7 +137,7 @@ This migration guide assumes that your project was scaffolded with a **skuba** t 6. Delete `yarn.lock` -7. Run `skuba format` +7. Run `pnpm skuba format` This will synthesise managed hoist patterns into `.npmrc`.