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