Browse Source

Enable publishing and pushing For Real

Renée Kooi 6 years ago
parent
commit
fb3d48a197
1 changed files with 3 additions and 3 deletions
  1. 3 3
      bin/release

+ 3 - 3
bin/release

@@ -58,7 +58,7 @@ npm run build
 git commit -m "Release"
 lerna version --amend --no-push --exact
 
-# lerna publish from-git
+lerna publish from-git
 
-# git push
-# git push --tags
+git push
+git push --tags