mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "tools/scripts",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/workspace:run-commands",
|
|
"outputs": ["tools/scripts/dist"],
|
|
"options": {
|
|
"commands": ["./build-docs.sh"],
|
|
"cwd": "tools/scripts",
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|