mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"name": "angular",
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"build": {},
|
|
"check": {
|
|
"command": "echo '\"nx check angular\" can only run with the parameter \"-c production\", we need to expand code/storybook/storybook/scripts/prepare/check.ts'",
|
|
"configurations": {
|
|
"production": {
|
|
"cwd": "{projectRoot}",
|
|
"command": "yarn check"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|