mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 06:02:34 +03:00
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "@affine/electron",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "application",
|
|
"root": "apps/electron",
|
|
"sourceRoot": "apps/electron/src",
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-script",
|
|
"dependsOn": [
|
|
{
|
|
"projects": ["tag:plugin"],
|
|
"target": "build",
|
|
"params": "ignore"
|
|
},
|
|
"^build"
|
|
],
|
|
"options": {
|
|
"script": "build"
|
|
},
|
|
"outputs": ["{projectRoot}/dist"]
|
|
}
|
|
}
|
|
}
|