Skip to content

Commit 832b903

Browse files
committed
switch gen packages from npm install to update
1 parent 30d9a5a commit 832b903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DESTDIR=build-temp
33
rm -rf $DESTDIR
44
mkdir $DESTDIR
55

6-
(cd src; npm install)
6+
(cd src; npm update)
77

88
DEST=$DESTDIR/opt/sensorgnome/control
99
install -d $DEST

0 commit comments

Comments
 (0)