Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 366e791

Browse files
committed
build: Use--omit=dev
1 parent d570b3c commit 366e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/copy-trilium.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cp -Rv "$script_dir/../build/src" "$DIR"
4040
cp "$script_dir/../build/electron.js" "$DIR"
4141

4242
# run in subshell (so we return to original dir)
43-
(cd $DIR && npm install --only=prod)
43+
(cd $DIR && npm install --omit=dev)
4444

4545
if [[ -d "$DIR"/node_modules ]]; then
4646
# cleanup of useless files in dependencies

0 commit comments

Comments
 (0)