diff --git a/package.json b/package.json index b83de6f..0ceb52f 100644 --- a/package.json +++ b/package.json @@ -22,9 +22,9 @@ "scripts": { "clean": "rimraf lib", "dev": "node watch.js", - "build:check-type": "tsc --noEmit", + "build:type": "tsc --emitDeclarationOnly", "build:pack": "node build.js", - "build": "run-s build:check-type build:pack", + "build": "run-s build:type build:pack", "prepare": "npm-run-all clean build", "lint": "eslint src --ext js,ts", "unittest": "jest --runInBand --detectOpenHandles --forceExit",