Skip to content

Commit

Permalink
use rebuild in publish script
Browse files Browse the repository at this point in the history
I found some unused compiler output files in the packages - I wonder how many there are in total? We'll see in the next version.
  • Loading branch information
d-fischer committed Feb 25, 2020
1 parent 9922468 commit 7609ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Expand Up @@ -16,7 +16,7 @@ cd "$(dirname $0)"

yarn lint
yarn prettier:check
yarn build
yarn rebuild

VERSIONTYPE="${1:-patch}"
yarn lerna version --no-push --no-commit-hooks --preid pre "$VERSIONTYPE" -m "release version %v"
Expand Down

0 comments on commit 7609ee7

Please sign in to comment.