Browse Source

Fix publish recipe

JC Brand 6 years ago
parent
commit
5188c5d0e8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -101,6 +101,7 @@ release:
 	make build
 
 .PHONY: publish
+publish:
 	$(LERNA) publish from-git
 
 ########################################################################