Browse Source

Also install root deps when releasing.

Herbert Vojčík 5 years ago
parent
commit
a389033b27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      release-worker.sh

+ 1 - 0
release-worker.sh

@@ -6,6 +6,7 @@
 git reset --hard
 git checkout master
 git clean -d -x -f
+npm install
 (cd lang && npm install)
 (cd sdk && npm install)
 echo -n "Which version are you going to publish [0 to skip]? "