mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
17 lines
386 B
JSON
17 lines
386 B
JSON
{
|
|
"root": "packages/ui-mobile-base",
|
|
"sourceRoot": "packages/ui-mobile-base",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "@nrwl/workspace:run-commands",
|
|
"options": {
|
|
"commands": ["./build.sh", "cp -R dist/package/platforms/* ../../packages/core/platforms"],
|
|
"cwd": "packages/ui-mobile-base",
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|