mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
build: enhance nx build (#2948)
This commit is contained in:
17
plugins/bookmark-block/project.json
Normal file
17
plugins/bookmark-block/project.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "@affine/bookmark-block",
|
||||
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
||||
"projectType": "library",
|
||||
"root": "plugins/bookmark-block",
|
||||
"sourceRoot": "plugins/bookmark-block/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "nx:run-script",
|
||||
"dependsOn": ["^build"],
|
||||
"options": {
|
||||
"script": "build"
|
||||
},
|
||||
"outputs": ["{workspaceRoot}/electron/dist/plugins/bookmark-block"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user