| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/NativeScript/NativeScript/main/tools/scripts/project.json | [Back] [Original] |
{
"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
}
}
}
}
| Web Proxy Viewer | New URL | Original Page |