/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/react-native/project.json
13 строк
341 B
Himanshu Garg
fix(root): use latest npm to able to use npm trusted publishing (#9716)
24 дек 2025, 14:33
Не верифицирован
24 дек 2025, 14:33
a8abefe
Код
Авторство
О чём код?
{ "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:-}" } } } }