aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/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-compiler/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-compiler/package.json')
-rw-r--r--packages/sol-compiler/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index f60edc1f9..eab96fcce 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/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 update_contract_fixtures",
"update_contract_fixtures": "copyfiles 'test/fixtures/contracts/**/*' ./lib",
"test": "yarn run_mocha",
@@ -21,7 +20,7 @@
"migrate": "npm run build; node lib/src/cli.js migrate",
"lint": "tslint --project .",
"test:circleci": "yarn test:coverage",
- "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": {