Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
21 lines
441 B
JSON
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"
|
|
}
|
|
}
|
|
}
|