From 7a28603912fc705f6ff3ea9e0fa4d22d96ca99a4 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 23 Apr 2022 08:25:24 -0500 Subject: Use 'pnpm' instead of 'pnpm run' --- docs/integration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/integration.md') diff --git a/docs/integration.md b/docs/integration.md index 87ffb40..c31e767 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -45,15 +45,15 @@ pnpm i ```Bash # Make sure you are still in the repository's folder -pnpm run create "Service Name" +pnpm create "Service Name" ``` -Replace `Service Name` with the name of your service, e.g. `pnpm run create "Google Hangouts"`. +Replace `Service Name` with the name of your service, e.g. `pnpm 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 Ferdium (`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 +pnpm package ``` Fix any issues that are reported. -- cgit v1.2.3-54-g00ecf