File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "clean" : " node-pre-gyp clean" ,
2626 "lint" : " clang-format-lint src/*.cc src/*.h && eslint --ext .js ." ,
2727 "format" : " clang-format-lint --fix src/*.cc src/*.h && eslint --fix --ext .js ." ,
28- "dtslint " : " tsc --noEmit" ,
28+ "type-check " : " tsc --noEmit" ,
2929 "license:report" : " mkdir -p report && license-checker --json > report/licenses.json" ,
3030 "license:checkheader" : " license-check-and-add check" ,
3131 "license:addheader" : " license-check-and-add add" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ pkg/linux/download-cpp-client.sh
2828
2929cd $ROOT_DIR
3030build-support/pulsar-test-service-start.sh
31- npm install && npm run lint && npm run dtslint && npm run build && npm run test && npm run docs
31+ npm install && npm run lint && npm run type-check && npm run build && npm run test && npm run docs
3232RES=$?
3333build-support/pulsar-test-service-stop.sh
3434
You can’t perform that action at this time.
0 commit comments