aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-06-06 20:46:52 +0800
committerGitHub <noreply@github.com>2018-06-06 20:46:52 +0800
commitaf1d5fce6ea355b12bf5f63f51ea81ff596f7868 (patch)
tree6dd6a07be9c6fabf94e1c3250faa86c1dc6aa26c /packages/monorepo-scripts
parentcc39eea9991306eabadd912256452f67fb49c20b (diff)
parent54b86b61312ac13bfe32d066ac08a79e7aabced8 (diff)
downloaddexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.gz
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.bz2
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.lz
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.xz
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.tar.zst
dexon-0x-contracts-af1d5fce6ea355b12bf5f63f51ea81ff596f7868.zip
Merge pull request #665 from 0xProject/fix/fix-build-watch
Improve Build/Watch Commands
Diffstat (limited to 'packages/monorepo-scripts')
-rw-r--r--packages/monorepo-scripts/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json
index 2bbf4df11..5a6d7b25a 100644
--- a/packages/monorepo-scripts/package.json
+++ b/packages/monorepo-scripts/package.json
@@ -8,10 +8,10 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
- "watch": "tsc -w",
+ "watch_without_deps": "tsc -w",
+ "build": "tsc",
"lint": "tslint --project .",
"clean": "shx rm -rf lib",
- "build": "tsc",
"test:publish": "run-s build script:publish",
"find_unused_deps": "run-s build script:find_unused_deps",
"remove_tags": "run-s build script:remove_tags",