Skip to content

Commit

Permalink
fix(publish): fix lerna arg
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 18, 2019
1 parent 80c3e92 commit 97fcb86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -184,13 +184,13 @@ packages-publish: ##@1 packages publish all packages
@$(MAKE) packages-build

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

packages-publish-next: ##@1 packages publish all packages for @next npm tag
@$(MAKE) packages-build

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

package-watch-%: ##@1 packages build package (es flavor) on change, eg. `package-build-watch-bar`
@echo "${YELLOW}Running build watcher for package ${WHITE}@nivo/${*}${RESET}"
Expand Down

0 comments on commit 97fcb86

Please sign in to comment.