Files
NativeScript/packages/types/project.json
2021-12-21 18:24:24 -08:00

18 lines
389 B
JSON

{
"root": "packages/types",
"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
}
}
}
}