Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Aug 5, 2024
1 parent 07affab commit a6f3a25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -64,5 +64,6 @@
}
},
"private": true,
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"version": "0.1.0"
}

0 comments on commit a6f3a25

Please sign in to comment.