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