mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-13 19:12:18 +03:00
19 lines
420 B
JSON
19 lines
420 B
JSON
{
|
|
"name": "infra",
|
|
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"sourceRoot": "packages/common/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-script",
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["{projectRoot}/**/*"],
|
|
"options": {
|
|
"script": "build"
|
|
},
|
|
"outputs": ["{projectRoot}/dist"]
|
|
}
|
|
},
|
|
"tags": ["infra"]
|
|
}
|