From 55f3a01c7c80731c15bde3e90e35951cbb8e32aa Mon Sep 17 00:00:00 2001 From: Melissa Henderson <57110301+melissahenderson@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:30:45 -0500 Subject: [PATCH] docs: rafiki page pnpm format --- src/content/docs/content/rafiki.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/content/docs/content/rafiki.mdx b/src/content/docs/content/rafiki.mdx index d753f2a..254c8da 100644 --- a/src/content/docs/content/rafiki.mdx +++ b/src/content/docs/content/rafiki.mdx @@ -8,12 +8,16 @@ import { Card } from '@astrojs/starlight/components'; Your PR title must contain the appropriate prefix (probably `docs:`). -Run the following command in the `/packages/documentation` directory: +:::caution[Before committing changes] +As of November 2024, we should run the following command in the **root**. ``` pnpm format ``` -Why tho? ಠ╭╮ಠ [For the same reason as Open Payments](/content/openpayments#pnpm-format) + +Running this command from the `/packages/documentation` directory will blow up our manually formatted tables. Until Sarah has a good solution for us, running the command from the root will skip the `documentation` folder, which we want. +::: +