mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"name": "ui-mobile-base",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "packages/ui-mobile-base",
|
|
"projectType": "library",
|
|
"generators": {},
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"commands": ["./build.sh", "cp -R dist/package/platforms/* ../../packages/core/platforms"],
|
|
"cwd": "packages/ui-mobile-base",
|
|
"parallel": false
|
|
}
|
|
}
|
|
}
|
|
}
|