We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff68ea commit 53ad7a1Copy full SHA for 53ad7a1
package.json
@@ -27,7 +27,7 @@
27
"storybook:build:css": "sass client/styles/main.scss client/styles/storybook.css",
28
"storybook": "npm run storybook:build:css && storybook dev -p 6006",
29
"build-storybook": "storybook build",
30
- "typecheck": "npx tsc --noEmit",
+ "typecheck": "npm run typecheck:client",
31
"typecheck:client": "npx tsc --noEmit -p ./client/tsconfig.json"
32
},
33
"husky": {
@@ -37,7 +37,8 @@
37
38
"lint-staged": {
39
"*.{js,jsx,ts,tsx}": [
40
- "npm run lint-fix"
+ "npm run lint-fix",
41
+ "npm run typecheck"
42
]
43
44
"jest": {
0 commit comments