File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1616 "eslint" : " eslint --ext .tsx,.js ./src/" ,
1717 "lint" : " npm run eslint" ,
1818 "format" : " prettier --check --write ./src/**/*.{tsx,ts}" ,
19+ "type-check" : " tsc --noEmit" ,
20+ "ci-checks" : " npm run type-check && npm run lint && npm run test" ,
1921 "build:bundle-profile" : " webpack --config webpack.prod.js --profile --json > stats.json" ,
2022 "bundle-profile:analyze" : " npm run build:bundle-profile && webpack-bundle-analyzer ./stats.json" ,
2123 "clean" : " rimraf dist" ,
Original file line number Diff line number Diff line change 2121 "@app/*" : [" src/app/*" ],
2222 "@assets/*" : [" node_modules/@patternfly/react-core/dist/styles/assets/*" ]
2323 },
24- "importHelpers" : true
24+ "importHelpers" : true ,
25+ "skipLibCheck" : true
2526 },
2627 "include" : [
2728 " **/*.ts" ,
You can’t perform that action at this time.
0 commit comments