Skip to content

Commit

Permalink
fix: fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Sep 6, 2018
1 parent 36af475 commit 7d84751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
garden_root=$(cd `dirname $0` && cd $(git rev-parse --show-toplevel) && pwd)
cd ${garden_root}

./prepare-publish
./bin/prepare-publish

lerna version --no-push
git reset HEAD~1
Expand Down

0 comments on commit 7d84751

Please sign in to comment.