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