Browse Source

Installing npm dependencies after clean checkout

Herbert Vojčík 10 years ago
parent
commit
cd90a0c94b
1 changed files with 1 additions and 0 deletions
  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