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