mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
14 lines
341 B
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:-}"
|
|
}
|
|
}
|
|
}
|
|
}
|