Skip to content

Commit

Permalink
fix: Update publish script to clean first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Feb 3, 2022
1 parent c9d070d commit 60811f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"x-pub-version-grad": "lerna version --conventional-commits --conventional-graduate",
"x-pub-version-pre": "lerna version --conventional-commits --conventional-prerelease",
"x-pub-version": "lerna version --conventional-commits",
"pub": "npm run ibt && lerna publish --conventional-commits",
"pub": "npm run pre-pub && lerna publish --conventional-commits",
"pub-grad": "npm run pre-pub && lerna publish --conventional-commits --conventional-graduate",
"pub-next": "npm run pre-pub && lerna publish --conventional-commits --conventional-prerelease --dist-tag next",
"symlink": "node build_tools/bin/symlink.js packages test-packages",
Expand Down

0 comments on commit 60811f0

Please sign in to comment.