mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
18 lines
495 B
JSON
18 lines
495 B
JSON
{
|
|
"root": "packages/types-android",
|
|
"sourceRoot": "packages/types-android/src",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/workspace:run-commands",
|
|
"outputs": ["dist/packages"],
|
|
"options": {
|
|
"commands": ["mkdir -p ../../dist/packages/types-android", "cp -R src/* ../../dist/packages/types-android", "cp package.json *.md ../../dist/packages/types-android"],
|
|
"cwd": "packages/types-android",
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|