Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(publish): add packages build prior to publish
Browse files Browse the repository at this point in the history
Raphaël Benitte committed Dec 7, 2017
1 parent f577e82 commit 9a10a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9a10a45

Please sign in to comment.