aboutsummaryrefslogtreecommitdiffstats
path: root/docs/integration.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-13 11:40:00 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-13 11:44:27 +0530
commit25930162f339a7c5c119e7197726ad2507dee75a (patch)
tree6b11f53a517292216702d6683f919f95acbaf18f /docs/integration.md
parentFix lint and prettier (diff)
downloadferdium-recipes-25930162f339a7c5c119e7197726ad2507dee75a.tar.gz
ferdium-recipes-25930162f339a7c5c119e7197726ad2507dee75a.tar.zst
ferdium-recipes-25930162f339a7c5c119e7197726ad2507dee75a.zip
Update documentation [skip ci]
Diffstat (limited to 'docs/integration.md')
-rw-r--r--docs/integration.md2
1 files changed, 1 insertions, 1 deletions
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
53 53
545. (Mandatory) Please run the following step before raising a PR: 545. (Mandatory) Please run the following step before raising a PR:
55```Bash 55```Bash
56pnpm package 56pnpm i && pnpm lint && pnpm reformat-files && pnpm package
57``` 57```
58Fix any issues that are reported. 58Fix any issues that are reported.
59 59