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