mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
22 lines
570 B
JSON
22 lines
570 B
JSON
{
|
|
"name": "angular",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {},
|
|
"check": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "echo '\"nx check angular\" can only run with the parameter \"-c production\"'",
|
|
"description": "We need to expand code/storybook/storybook/scripts/prepare/check.ts"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"cwd": "{projectRoot}",
|
|
"command": "yarn check"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|