Skip to content

Commit f712727

Browse files
committed
Rename type-check
1 parent 88bb08a commit f712727

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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",

tests/run-unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pkg/linux/download-cpp-client.sh
2828

2929
cd $ROOT_DIR
3030
build-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
3232
RES=$?
3333
build-support/pulsar-test-service-stop.sh
3434

0 commit comments

Comments
 (0)