@ -31,7 +31,6 @@
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"ci": { "lintFilePatterns": ["{projectRoot}/**/*.{ts,tsx,json}"] },
|
||||
"fix": { "fix": true }
|
||||
}
|
||||
},
|
||||
@ -42,6 +41,13 @@
|
||||
"jestConfig": "{projectRoot}/jest.config.ts"
|
||||
}
|
||||
},
|
||||
"typecheck": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"cwd": "{projectRoot}",
|
||||
"command": "tsc -b tsconfig.json --incremental"
|
||||
}
|
||||
},
|
||||
"storybook:dev": {
|
||||
"executor": "@nx/storybook:storybook",
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user