-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: usage with lerna, prevents root from being published * fix: update manifest * fix: update config * fix: change config * chore: remove root path in config * ci: changes to release please config * ci: remove package config, move to root * ci: test diff changelog path * ci: update plugins * ci: update changelog path * ci: remove root * chore: update workspace * chore: update build check * chore: update build workflow * chore: path fixes * chore: update test workflow * chore: remove tsconfig that was prev added * chore: cleanup * chore: remove release please changes from this PR * chore: remove release please changes from mono repo change PR * chore: cleanup gh workflow * chore: adding auto generated readmes * ci: update pubish workflow * chore: update storybook workflow * chore: Upgrade lerna * test: testing the workflow in PRs * test: testing commands without publishing or uploading * fix: invalid syntax on workflow file * chore: syntax formatting with commented out code * chore: more syntax formatting * fix: revert react output changes for now, opened ticket * chore: typo * chore: remove commented out code for testing * chore: cleanup * chore: cleanup * chore: PR feedback, remove extra step
- Loading branch information
Showing
15 changed files
with
31,429 additions
and
11,646 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"useNx": true, | ||
"version": "0.18.1", | ||
"packages": [ | ||
"packages/web", | ||
"packages/react", | ||
"packages/angular" | ||
] | ||
"version": "0.18.1" | ||
} |
Oops, something went wrong.