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 ```