File tree Expand file tree Collapse file tree 10 files changed +11
-19
lines changed Expand file tree Collapse file tree 10 files changed +11
-19
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 1414 "build:es" : " tsc --outDir es --module ES2022 --target ES2022" ,
1515 "clean" : " rimraf es lib coverage" ,
1616 "typecheck" : " tsc --noEmit --skipLibCheck" ,
17- "test" : " jest" ,
17+ "test" : " jest --runInBand " ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
20- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
21- "posttest" : " npm run typecheck"
20+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2221 },
2322 "keywords" : [
2423 " events" ,
Original file line number Diff line number Diff line change 1111 "start:devtools" : " OV_DEV_PORT=$OV_DEV_PORT webpack-dev-server" ,
1212 "build" : " webpack --config webpack.prod.js" ,
1313 "typecheck" : " tsc --noEmit --skipLibCheck" ,
14- "prepare" : " npm run build" ,
15- "posttest" : " npm run typecheck"
14+ "prepare" : " npm run build"
1615 },
1716 "keywords" : [
1817 " overmind" ,
Original file line number Diff line number Diff line change 1717 "test" : " jest --runInBand --detectOpenHandles --forceExit" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
20- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
21- "posttest" : " npm run typecheck"
20+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2221 },
2322 "keywords" : [
2423 " state" ,
Original file line number Diff line number Diff line change 1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
20- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
21- "posttest" : " npm run typecheck"
20+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2221 },
2322 "keywords" : [
2423 " state" ,
Original file line number Diff line number Diff line change 1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
20- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
21- "posttest" : " npm run typecheck"
20+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2221 },
2322 "keywords" : [
2423 " state" ,
Original file line number Diff line number Diff line change 1717 "test" : " jest --runInBand" ,
1818 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1919 "prebuild" : " npm run clean" ,
20- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
21- "posttest" : " npm run typecheck"
20+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2221 },
2322 "keywords" : [
2423 " state" ,
Original file line number Diff line number Diff line change 1616 "typecheck" : " tsc --noEmit" ,
1717 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1818 "prebuild" : " npm run clean" ,
19- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
20- "posttest" : " npm run typecheck"
19+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2120 },
2221 "keywords" : [
2322 " state" ,
Original file line number Diff line number Diff line change 1919 "test:watch" : " jest --watch --coverage false" ,
2020 "test:size" : " size-limit" ,
2121 "prebuild" : " npm run clean" ,
22- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
23- "posttest" : " npm run typecheck"
22+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2423 },
2524 "keywords" : [
2625 " state" ,
Original file line number Diff line number Diff line change 1616 "test:watch" : " jest --watch --updateSnapshot --coverage false" ,
1717 "test:size" : " size-limit" ,
1818 "prebuild" : " npm run clean" ,
19- "postbuild" : " rimraf {lib,es}/**/__tests__" ,
20- "posttest" : " npm run typecheck"
19+ "postbuild" : " rimraf {lib,es}/**/__tests__"
2120 },
2221 "repository" : {
2322 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments