We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d9a5a commit 832b903Copy full SHA for 832b903
gen-package.sh
@@ -3,7 +3,7 @@ DESTDIR=build-temp
3
rm -rf $DESTDIR
4
mkdir $DESTDIR
5
6
-(cd src; npm install)
+(cd src; npm update)
7
8
DEST=$DESTDIR/opt/sensorgnome/control
9
install -d $DEST
0 commit comments