2024-12-05 11:04:55 +01:00

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"
}
}
}
}
}