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 committed Dec 7, 2017
1 parent aa619b1 commit e37eb38
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 e37eb38

Please sign in to comment.