-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: switch from lerna to nx * chore: ignore some more files * chore(release): publish * chore: fix one of the errors knip is complaining about
- Loading branch information
Showing
9 changed files
with
554 additions
and
1,386 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 |
---|---|---|
|
@@ -63,3 +63,7 @@ lib/ | |
# React Native Codegen | ||
ios/generated | ||
android/generated | ||
|
||
# Nx | ||
.nx/cache | ||
.nx/workspace-data |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"$schema": "./node_modules/nx/schemas/nx-schema.json", | ||
"targetDefaults": { | ||
"clean": { | ||
"dependsOn": ["^clean"] | ||
}, | ||
"prepare": { | ||
"dependsOn": ["^prepare"] | ||
}, | ||
"prepack": { | ||
"dependsOn": ["^prepack"] | ||
}, | ||
"postpack": { | ||
"dependsOn": ["^postpack"] | ||
} | ||
}, | ||
"defaultBase": "master", | ||
"release": { | ||
"projects": ["*", "!IconExplorer"], | ||
"projectsRelationship": "independent", | ||
"changelog": { | ||
"projectChangelogs": { | ||
"createRelease": "github" | ||
} | ||
}, | ||
"version": { | ||
"conventionalCommits": true, | ||
"generatorOptions": { | ||
"NOTE": "We want auto but it's overzealous for our purposes, see https://github.com/nrwl/nx/discussions/29135", | ||
"updateDependents": "never" | ||
} | ||
} | ||
} | ||
} |
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.