mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
20 lines
476 B
JSON
20 lines
476 B
JSON
{
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|