-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): update version before building dist files to publish (#585)
* chore: update lerna 2.9.0 => 3.0.4 * fix: use new lerna configuration key * chore: remove unused lerna version number * chore: update script to update version before prepare * `--no-git-tag-version --no-push` in favor of `--skip-git` * `--force-publish` in favor of `--force-publish=*`
- Loading branch information
Showing
4 changed files
with
987 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"lerna": "2.9.0", | ||
"commands": { | ||
"command": { | ||
"publish": { | ||
"forcePublish": "*" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.