diff --git a/bin/copy-trilium.sh b/bin/copy-trilium.sh index 2936a925b..b58f8cef6 100755 --- a/bin/copy-trilium.sh +++ b/bin/copy-trilium.sh @@ -40,7 +40,7 @@ cp -Rv "$script_dir/../build/src" "$DIR" cp "$script_dir/../build/electron.js" "$DIR" # run in subshell (so we return to original dir) -(cd $DIR && npm install --only=prod) +(cd $DIR && npm install --omit=dev) if [[ -d "$DIR"/node_modules ]]; then # cleanup of useless files in dependencies