From 0fc56bca84bb69b48c21512aea02c93d1b702ca0 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 18 Sep 2023 12:49:19 -0400 Subject: [PATCH] update wiki --- Build-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-Process.md b/Build-Process.md index 574bf95..d7d9638 100644 --- a/Build-Process.md +++ b/Build-Process.md @@ -7,7 +7,7 @@ If you want to modify the library and perform a full rebuild: ```shell git clone https://github.com/vladmandic/human cd human -npm install --production=false # installs all project dependencies +npm install --dev # installs all project dependencies npm run build ```