Skip to content

Commit

Permalink
feat(publish): add packages build prior to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Dec 7, 2017
1 parent ca6ab49 commit c6f9810
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -111,6 +111,8 @@ packages-build: ##@packages build all packages
@./node_modules/.bin/lerna run build

packages-publish: ##@packages publish all packages
@make packages-build

@echo "${YELLOW}Publishing packages${RESET}"
@./node_modules/.bin/lerna publish ---exact

Expand Down

0 comments on commit c6f9810

Please sign in to comment.