aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/package.json
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-08-30 02:42:44 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-08-30 02:42:44 +0800
commit2aea820d89962537cd6b987876f6aa31720c272f (patch)
tree9f95065b0528a7e5ff0bf712574f8cee84397447 /packages/sol-cov/package.json
parent68af0e9eb70151704098350f99437f92639de753 (diff)
parente7d5ceb9c5487a5851dbfc1f8bdbe0182fedaef2 (diff)
downloaddexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar.gz
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar.bz2
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar.lz
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar.xz
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.tar.zst
dexon-sol-tools-2aea820d89962537cd6b987876f6aa31720c272f.zip
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into website/feature/react-16
Diffstat (limited to 'packages/sol-cov/package.json')
-rw-r--r--packages/sol-cov/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index b8c008b3e..3772d02c5 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -8,8 +8,7 @@
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
- "watch_without_deps": "yarn pre_build && tsc -w",
- "build": "yarn pre_build && tsc",
+ "build": "yarn pre_build && tsc -b",
"pre_build": "run-s copy_test_fixtures",
"lint": "tslint --project .",
"test": "run-s compile_test run_mocha",
@@ -21,7 +20,7 @@
"clean": "shx rm -rf lib test/fixtures/artifacts src/artifacts generated_docs",
"copy_test_fixtures": "copyfiles 'test/fixtures/**/*' ./lib",
"compile_test": "sol-compiler compile",
- "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES"
+ "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES"
},
"config": {
"postpublish": {