mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "core-api-docs",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "tools/scripts",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"outputs": ["{projectRoot}/dist"],
|
|
"options": {
|
|
"commands": ["./build-docs.sh"],
|
|
"cwd": "tools/scripts",
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|