From 2a26df6e837f73844ef7d1738bc9fba4432ea5b5 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 25 Nov 2021 18:55:12 +0530 Subject: docs: Update the 'updating recipe' docs [skip ci] --- docs/updating.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/updating.md') diff --git a/docs/updating.md b/docs/updating.md index 000b362..f18da33 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -25,8 +25,12 @@ Simply add your changes to the recipe inside this repository. ## 4. Updating the version number -This might be the __most important step__ of this guide. You'll need to increase the version number inside recipe's `package.json`. +You'll need to increase the version number inside recipe's `package.json`. Ferdi uses this version to determine if it should update the local copy of the recipe. If you do not increase the version number, no Ferdi user will get your updated recipe 😔 -## 5. Commit your changes and create a PR to +## 5. Running the validation checks + +This might be the __most important step__ of this guide. You'll need to run the `pnpm run package` command to ensure that all validation checks are run. + +## 6. Commit your changes and create a PR to -- cgit v1.2.3-54-g00ecf