Explorar el Código

Installing npm dependencies after clean checkout

Herbert Vojčík hace 10 años
padre
commit
cd90a0c94b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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