-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
16 additions
and
9 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 |
---|---|---|
|
@@ -59,10 +59,17 @@ | |
}, | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "yarn xy clean && yarn compile", | ||
"compile": "yarn workspaces foreach --all --topological-dev run package-compile", | ||
"deploy": "yarn xy clean && yarn compile && yarn workspaces foreach --all version patch --deferred && yarn version apply --all && workspaces foreach -pt npm publish" | ||
"deploy": "yarn deploy-patch", | ||
"deploy-major": "yarn workspaces foreach --all version major --deferred && yarn deploy-common", | ||
"deploy-minor": "yarn workspaces foreach --all version minor --deferred && yarn deploy-common", | ||
"deploy-patch": "yarn workspaces foreach --all version patch --deferred && yarn deploy-common", | ||
"deploy-common": "yarn build && yarn version apply --all && yarn workspaces foreach -pAtv npm publish", | ||
"deploy-next-major": "yarn workspaces foreach --all version major --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach -ptv npm publish --tag next", | ||
"deploy-next": "yarn workspaces foreach --all version minor --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach -ptv npm publish --tag next" | ||
}, | ||
"version": "3.0.2", | ||
"version": "3.0.5", | ||
"packageManager": "[email protected]", | ||
"volta": { | ||
"node": "20.9.0", | ||
|
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
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
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
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