-
Notifications
You must be signed in to change notification settings - Fork 26
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
1 changed file
with
3 additions
and
2 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"bootstrap": "yarn workspace react-native-nitro-modules install && yarn workspace nitro-codegen install && yarn workspace react-native-nitro-image install && yarn workspace react-native-nitro-example install && yarn workspace react-native-nitro-example pods && yarn tsc", | ||
"tsc": "yarn workspace react-native-nitro-modules tsc && yarn workspace nitro-codegen tsc && yarn workspace react-native-nitro-image tsc", | ||
"lint": "yarn workspace react-native-nitro-modules lint && yarn workspace nitro-codegen lint && yarn workspace react-native-nitro-image lint", | ||
"release": "yarn workspace react-native-nitro-modules release && yarn workspace nitro-codegen release", | ||
"release": "release-it", | ||
"postinstall": "yarn tsc" | ||
}, | ||
"workspaces": [ | ||
|
@@ -64,5 +64,6 @@ | |
} | ||
}, | ||
"private": true, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"version": "0.1.0" | ||
} |