aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-09-10 15:27:06 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-10 15:27:06 +0530
commitffbd18238f0e2f26e3cbef299b9d65368f72ad78 (patch)
treec51efa3627996613f86fd3acd340c77431629839 /CONTRIBUTING.md
parentchore: preconditions for node 16 (#1904) (diff)
downloadferdium-app-ffbd18238f0e2f26e3cbef299b9d65368f72ad78.tar.gz
ferdium-app-ffbd18238f0e2f26e3cbef299b9d65368f72ad78.tar.zst
ferdium-app-ffbd18238f0e2f26e3cbef299b9d65368f72ad78.zip
fix: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905)
backported from https://github.com/getferdi/ferdi/pull/1826 Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9cdef1f35..5c49a977c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,6 +37,7 @@
37 - [Update the code](#update-the-code) 37 - [Update the code](#update-the-code)
38 - [Update Node.js and npm](#update-nodejs-and-npm) 38 - [Update Node.js and npm](#update-nodejs-and-npm)
39 - [Update dependences](#update-dependences) 39 - [Update dependences](#update-dependences)
40
40<!-- /TOC --> 41<!-- /TOC -->
41 42
42## Code of Conduct 43## Code of Conduct
@@ -150,7 +151,7 @@ npm run build
150Ferdi requires its recipes to be packaged before it can use it. When running Ferdi as a development instance, you'll need to package the local recipes before you can create any services inside Ferdi. 151Ferdi requires its recipes to be packaged before it can use it. When running Ferdi as a development instance, you'll need to package the local recipes before you can create any services inside Ferdi.
151 152
152```bash 153```bash
153cd recipes && npm i && npm run package 154cd recipes && pnpm i && pnpm run package
154``` 155```
155 156
156### Using Docker to build a linux-targetted packaged app 157### Using Docker to build a linux-targetted packaged app