@nx/react-native
Version:
48 lines (47 loc) • 1.28 kB
JSON
{
"name": "react-native",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "packages/react-native/src",
"projectType": "library",
"targets": {
"build": {
"outputs": ["{workspaceRoot}/dist/packages/react-native/README.md"],
"command": "node ./scripts/copy-readme.js react-native"
},
"legacy-post-build": {
"executor": "@nx/workspace-plugin:legacy-post-build",
"options": {
"tsConfig": "./tsconfig.lib.json",
"assets": [
"packages/react-native/*.md",
{
"input": "packages/react-native",
"glob": "**/files/**/.babelrc.template",
"output": "/"
},
{
"input": "packages/react-native/src",
"glob": "**/!(*.ts)",
"output": "/src"
},
{
"input": "packages/react-native",
"glob": "**/*.json",
"ignore": ["**/tsconfig*.json"],
"output": "/"
},
{
"input": "packages/react-native",
"glob": "**/*.d.ts",
"output": "/"
},
{
"input": "",
"glob": "LICENSE",
"output": "/"
}
]
}
}
}
}