Fix publish recipe

This commit is contained in:
JC Brand 2018-10-29 22:35:18 +01:00
parent f471dd2474
commit 5188c5d0e8

View File

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