Gal Podlipnik 4a2a9eba30
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
containers page wip
2025-06-07 02:25:53 +02:00

21 lines
444 B
JSON

{
"name": "containers",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/web/containers/src",
"prefix": "lib",
"projectType": "library",
"tags": [],
"targets": {
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
"options": {
"jestConfig": "libs/web/containers/jest.config.ts"
}
},
"lint": {
"executor": "@nx/eslint:lint"
}
}
}