Files
NativeScript/packages/winter-tc/project.json
2025-01-17 10:06:41 -08:00

18 lines
414 B
JSON

{
"name": "winter-tc",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/winter-tc",
"projectType": "library",
"generators": {},
"targets": {
"build": {
"executor": "nx:run-commands",
"options": {
"commands": ["./build.sh", "cp -R dist/package/platforms/* ../../packages/core/platforms"],
"cwd": "packages/winter-tc",
"parallel": false
}
}
}
}