/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
e2e/run/task-runner/project.json
26 строк
596 B
James Henry
chore: update e2e-repair snapshots with new output (#4059)
05 авг 2024, 17:57
Не верифицирован
05 авг 2024, 17:57
3cd9bc9
Код
Авторство
О чём код?
{ "name": "e2e-run-task-runner", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "tags": [], "implicitDependencies": ["lerna"], "targets": { "prepare-for-e2e": { "executor": "nx:run-commands", "options": { "commands": [ { "command": "npm run e2e-start-local-registry" }, { "command": "npm run e2e-build-package-publish" } ], "parallel": false } }, "lint": { "executor": "@nx/eslint:lint", "outputs": ["{options.outputFile}"] } } }