Gal Podlipnik 7dd003e502
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
containers update + docker file build
2025-06-09 02:30:54 +02:00

21 lines
441 B
JSON

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