2
0
Selaa lähdekoodia

Installing npm dependencies after clean checkout

Herbert Vojčík 10 vuotta sitten
vanhempi
commit
cd90a0c94b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      cli/support/release-worker.sh

+ 1 - 0
cli/support/release-worker.sh

@@ -6,6 +6,7 @@
 git reset --hard
 git checkout master
 git clean -d -x -f
+npm install
 echo -n "Which version are you going to publish [0 to skip]? "
 VER=`head -n 1`
 if [ "$VER" = "0" ]; then :; else