aboutsummaryrefslogtreecommitdiffstats
path: root/docs/updating.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/updating.md')
-rw-r--r--docs/updating.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/updating.md b/docs/updating.md
index 3b835df..aeb2ffe 100644
--- a/docs/updating.md
+++ b/docs/updating.md
@@ -31,6 +31,6 @@ Ferdium uses this version to determine if it should update the local copy of the
31 31
32## 5. Running the validation checks 32## 5. Running the validation checks
33 33
34This might be the __most important step__ of this guide. You'll need to run the `pnpm package` command to ensure that all validation checks are run. 34This might be the __most important step__ of this guide. You'll need to run the `pnpm lint && pnpm reformat-files && pnpm package` command to ensure that all validation checks are run.
35 35
36## 6. Commit your changes and create a PR to <https://github.com/ferdium/ferdium-recipes> 36## 6. Commit your changes and create a PR to <https://github.com/ferdium/ferdium-recipes>