File tree Expand file tree Collapse file tree 8 files changed +7
-8
lines changed Expand file tree Collapse file tree 8 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 2727 - run : npm run lint
2828 - run : npm run checkdeps
2929 - run : npm test
30- - run : npm run typecheck
Original file line number Diff line number Diff line change 1313 "build:lib" : " tsc --outDir lib --module commonjs" ,
1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
16- "typecheck" : " tsc --noEmit" ,
16+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1717 "test" : " jest" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
Original file line number Diff line number Diff line change 1313 "build:lib" : " tsc --outDir lib --module commonjs" ,
1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
16- "typecheck" : " tsc --noEmit" ,
16+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1717 "test" : " jest --runInBand --detectOpenHandles --forceExit" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
Original file line number Diff line number Diff line change 1313 "build:lib" : " tsc --outDir lib --module commonjs" ,
1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
16- "typecheck" : " tsc --noEmit" ,
16+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
Original file line number Diff line number Diff line change 1313 "build:lib" : " tsc --outDir lib --module commonjs" ,
1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
16- "typecheck" : " tsc --noEmit" ,
16+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
Original file line number Diff line number Diff line change 1313 "build:lib" : " tsc --outDir lib --module commonjs" ,
1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
16- "typecheck" : " tsc --noEmit" ,
16+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
Original file line number Diff line number Diff line change 1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "build:dist" : " webpack --config webpack.config.js" ,
1616 "clean" : " rimraf es lib coverage" ,
17- "typecheck" : " tsc --noEmit" ,
17+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1818 "test" : " jest --runInBand && npm run test:size" ,
1919 "test:watch" : " jest --watch --coverage false" ,
2020 "test:size" : " size-limit" ,
Original file line number Diff line number Diff line change 1111 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1212 "build:dist" : " webpack --config webpack.config.js" ,
1313 "clean" : " rimraf es lib coverage" ,
14- "typecheck" : " tsc --noEmit" ,
14+ "typecheck" : " tsc --noEmit --skipLibCheck " ,
1515 "test" : " jest --runInBand && npm run test:size" ,
1616 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1717 "test:size" : " size-limit" ,
You can’t perform that action at this time.
0 commit comments