Files
2026-07-13 12:38:36 +08:00

17 lines
395 B
JSON

{
"name": "e2e-js",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "e2e/js",
"projectType": "application",
"implicitDependencies": ["jest"],
"targets": {
"e2e-ci--src/js-generators.test.ts": {
"dependsOn": [
"nx:build-native",
"@nx/nx-source:populate-local-registry-storage"
],
"inputs": ["e2eInputs"]
}
}
}