Norbert de Langen 553bb2b06d improve
2024-06-04 22:53:21 +02:00

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