2023-06-30 20:17:31 +03:00
|
|
|
{
|
|
|
|
"name": "infra",
|
2023-10-18 18:30:08 +03:00
|
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
2023-06-30 20:17:31 +03:00
|
|
|
"projectType": "library",
|
2023-10-18 18:30:08 +03:00
|
|
|
"sourceRoot": "packages/common/src",
|
2023-06-30 20:17:31 +03:00
|
|
|
"targets": {
|
|
|
|
"build": {
|
2023-08-25 19:52:33 +03:00
|
|
|
"executor": "nx:run-script",
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"inputs": ["{projectRoot}/**/*"],
|
2023-06-30 20:17:31 +03:00
|
|
|
"options": {
|
2023-08-25 19:52:33 +03:00
|
|
|
"script": "build"
|
|
|
|
},
|
|
|
|
"outputs": ["{projectRoot}/dist"]
|
2023-06-30 20:17:31 +03:00
|
|
|
}
|
2023-08-29 13:07:05 +03:00
|
|
|
},
|
|
|
|
"tags": ["infra"]
|
2023-06-30 20:17:31 +03:00
|
|
|
}
|