Files
novu/packages/react-native/project.json

14 lines
341 B
JSON

{
"name": "@novu/react-native",
"sourceRoot": "packages/react-native/src",
"projectType": "library",
"targets": {
"nx-release-publish": {
"executor": "nx:run-commands",
"options": {
"command": "cd packages/react-native && pnpm publish --access public --no-git-checks ${NX_PUBLISH_ARGS:-}"
}
}
}
}