60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "graph-ui-project-details",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "graph/ui-project-details/src",
|
|
"projectType": "library",
|
|
"tags": [],
|
|
"targets": {
|
|
"storybook": {
|
|
"executor": "@nx/storybook:storybook",
|
|
"options": {
|
|
"port": 4400,
|
|
"configDir": "graph/ui-project-details/.storybook"
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"quiet": true
|
|
}
|
|
}
|
|
},
|
|
"build-storybook": {
|
|
"executor": "@nx/storybook:build",
|
|
"outputs": ["{options.outputDir}"],
|
|
"options": {
|
|
"outputDir": "dist/storybook/graph-ui-project-details",
|
|
"configDir": "graph/ui-project-details/.storybook"
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"quiet": true
|
|
}
|
|
}
|
|
},
|
|
"static-storybook": {
|
|
"executor": "@nx/web:file-server",
|
|
"options": {
|
|
"buildTarget": "graph-ui-project-details:build-storybook",
|
|
"staticFilePath": "dist/storybook/graph-ui-project-details"
|
|
},
|
|
"configurations": {
|
|
"ci": {
|
|
"buildTarget": "graph-ui-project-details:build-storybook:ci"
|
|
}
|
|
}
|
|
},
|
|
"typecheck": {
|
|
"dependsOn": [
|
|
"^typecheck",
|
|
"nx:build-native",
|
|
{ "projects": ["devkit"], "target": "build-base" }
|
|
],
|
|
"inputs": [
|
|
"...",
|
|
"{workspaceRoot}/packages/devkit/tsconfig.lib.json",
|
|
"{workspaceRoot}/packages/nx/tsconfig.lib.json"
|
|
]
|
|
}
|
|
},
|
|
"implicitDependencies": ["!devkit"]
|
|
}
|