/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/js/project.json
19 строк
444 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/js", "sourceRoot": "packages/js/src", "projectType": "library", "targets": { "lint": { "executor": "nx:run-commands", "options": { "command": "npx biome lint packages/js" } }, "nx-release-publish": { "executor": "nx:run-commands", "options": { "command": "cd packages/js && pnpm publish --access public --no-git-checks ${NX_PUBLISH_ARGS:-}" } } } }