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