Gal Podlipnik 58f6e6bde7
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 27s
locale
2025-06-11 13:51:26 +02:00

21 lines
438 B
JSON

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