Parcourir la source

Installing npm dependencies after clean checkout

Herbert Vojčík il y a 10 ans
Parent
commit
cd90a0c94b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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