Explorar o código

Installing npm dependencies after clean checkout

Herbert Vojčík %!s(int64=10) %!d(string=hai) anos
pai
achega
cd90a0c94b
Modificáronse 1 ficheiros con 1 adicións e 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