File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 "build" : " lerna run build --stream" ,
1212 "test" : " npm run build && lerna run test --stream" ,
1313 "lint" : " lerna run lint --stream" ,
14- "compile" : " tsc --build tsconfig.base.json"
14+ "compile" : " tsc --build tsconfig.base.json" ,
15+ "type-check" : " lerna run type-check --stream"
1516 },
1617 "devDependencies" : {
1718 "@jest/types" : " ^30.0.0" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "build" : " tsup src/index.ts --dts --format esm,cjs --out-dir dist" ,
1010 "test" : " jest" ,
11- "lint" : " eslint src --ext .ts --config ../../eslint.config.js"
11+ "lint" : " eslint src --ext .ts --config ../../eslint.config.js" ,
12+ "type-check" : " tsc --noEmit -p tsconfig.json"
1213 },
1314 "license" : " SEE LICENSE IN LICENSE" ,
1415 "repository" : " https://github.com/mixcore/javascript-sdk" ,
You can’t perform that action at this time.
0 commit comments