From f0258d5be5f888d4039672c5a04e3bd9f4b9bb28 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 24 Nov 2021 14:56:57 +0530 Subject: docs: Update docs [skip ci] --- docs/integration.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/integration.md b/docs/integration.md index acbc6b5..c078ba1 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -41,7 +41,7 @@ We have also created a nice script that already does 50% of the work for you - y pnpm install ``` -4. You can now run our automatic recipe wizard that creates and opens the new recipe for you: +4. (Optional - contd) You can now run our automatic recipe wizard that creates and opens the new recipe for you: ```Bash # Make sure you are still in the repository's folder @@ -51,6 +51,12 @@ pnpm run create "Service Name" Replace `Service Name` with the name of your service, e.g. `pnpm run create "Google Hangouts"`. This command will automatically create the development recipe in the correct folder, prepares it for your service and opens the new recipe in your file explorer or Finder. 5. Reload Ferdi (`CMD/CTRL + SHIFT + R`) in order for it to register the new recipe 6. You can now develop your recipe as described below. Please continue down below with "[Publishing](#Publishing)" after you are done creating your recipe. +5. (Mandatory) Please run the following step before raising a PR: +```Bash +pnpm run package +``` +Fix any issues that are reported. + ## Recipe structure Every recipe needs a specific file structure in order to work as a Ferdi recipe -- cgit v1.2.3-54-g00ecf