/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.0.7
integration/project.json
20 строк
491 B
AI-JamesHenry
refactor(create): consolidate @lerna/create into the main lerna package (#4300)
11 мар 2026, 13:11
Не верифицирован
11 мар 2026, 13:11
c15070b
Код
Авторство
О чём код?
{ "name": "integration", "$schema": "../node_modules/nx/schemas/project-schema.json", "projectType": "library", "tags": [], "implicitDependencies": ["lerna"], "targets": { "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] }, "integration": { "executor": "@nx/jest:jest", "outputs": ["{workspaceRoot}/coverage/{projectRoot}"], "options": { "jestConfig": "integration/jest.config.ts" } } } }