aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/types/package.json')
-rw-r--r--packages/types/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/types/package.json b/packages/types/package.json
index 291452cbb..362c8f639 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -8,8 +8,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
- "watch_without_deps": "tsc -w",
- "build": "tsc",
+ "build": "tsc -b",
"clean": "shx rm -rf lib",
"lint": "tslint --project ."
},