/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.2
integration/project.json
20 строк
527 B
JamesHenry
feat!: remove @lerna/legacy-package-management after 2 years of deprecation
22 сен 2025, 17:45
22 сен 2025, 17:45
cf0f8e0
Код
Авторство
О чём код?
{ "name": "integration", "$schema": "../node_modules/nx/schemas/project-schema.json", "projectType": "library", "tags": [], "implicitDependencies": ["lerna", "legacy-structure-commands-create"], "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] }, "integration": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "integration/jest.config.ts" } } } }