瀏覽代碼

Fix publish recipe

JC Brand 6 年之前
父節點
當前提交
5188c5d0e8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

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