Skip to content

Commit

Permalink
fix(scripts): fix make targets documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte authored and Raphaël Benitte committed Jan 27, 2018
1 parent 1a60cfb commit 48d87ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ help: ##prints help
bootstrap: ##@0 global lerna bootstrap
@./node_modules/.bin/lerna bootstrap

init: ##@0-global cleanup/install/bootstrap
init: ##@0 global cleanup/install/bootstrap
@make clean-all
@yarn install
@make bootstrap
Expand All @@ -60,7 +60,7 @@ fmt: ##@0 global format code using prettier (js, css, md)
"examples/*/src/**/*.{js,css}" \
"README.md"

deploy-all: ##@0-global deploy website & storybook
deploy-all: ##@0 global deploy website & storybook
@make website-deploy
@make storybook-deploy

Expand Down

0 comments on commit 48d87ec

Please sign in to comment.