/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v8.1.2
integration/project.json
20 строк
556 B
James Henry
chore: update repo to nx 17.3 (#3944)
05 фев 2024, 14:35
Не верифицирован
05 фев 2024, 14:35
bd0b5ce
Код
Авторство
О чём код?
{ "name": "integration", "$schema": "../node_modules/nx/schemas/project-schema.json", "projectType": "library", "implicitDependencies": ["lerna", "legacy-package-management", "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" } } }, "tags": [] }