aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-23 08:59:31 -0500
commit148b852d6ee1cfd60959fbd4ae0391eeb66f88f5 (patch)
tree4f9b493a2a7c30ab3247ec41b954dd8d94e30030 /CONTRIBUTING.md
parentUpdate node modules (#31) (diff)
downloadferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.gz
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.tar.zst
ferdium-app-148b852d6ee1cfd60959fbd4ae0391eeb66f88f5.zip
Upgrade 'sqlite3'
Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a6b581112..38534f75e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -146,7 +146,7 @@ npm run build
146Ferdium requires its recipes to be packaged before it can use it. When running Ferdium as a development instance, you'll need to package the local recipes before you can create any services inside Ferdium. 146Ferdium requires its recipes to be packaged before it can use it. When running Ferdium as a development instance, you'll need to package the local recipes before you can create any services inside Ferdium.
147 147
148```bash 148```bash
149cd recipes && pnpm i && pnpm run package 149cd recipes && pnpm i && pnpm package
150``` 150```
151 151
152### Using Docker to build a linux-targetted packaged app 152### Using Docker to build a linux-targetted packaged app