From 25930162f339a7c5c119e7197726ad2507dee75a Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 13 Jul 2022 11:40:00 +0530 Subject: Update documentation [skip ci] --- docs/integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/integration.md') diff --git a/docs/integration.md b/docs/integration.md index 9ff7011..843597c 100644 --- a/docs/integration.md +++ b/docs/integration.md @@ -53,7 +53,7 @@ This command will automatically create the development recipe in the correct fol 5. (Mandatory) Please run the following step before raising a PR: ```Bash -pnpm package +pnpm i && pnpm lint && pnpm reformat-files && pnpm package ``` Fix any issues that are reported. -- cgit v1.2.3-54-g00ecf