diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-08-30 02:42:44 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-08-30 02:42:44 +0800 |
commit | 2aea820d89962537cd6b987876f6aa31720c272f (patch) | |
tree | 9f95065b0528a7e5ff0bf712574f8cee84397447 /packages/0x.js/package.json | |
parent | 68af0e9eb70151704098350f99437f92639de753 (diff) | |
parent | e7d5ceb9c5487a5851dbfc1f8bdbe0182fedaef2 (diff) | |
download | dexon-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/0x.js/package.json')
-rw-r--r-- | packages/0x.js/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index c3adb496e..db6e2363e 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -15,7 +15,6 @@ "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { - "watch_without_deps": "tsc -w", "build": "yarn build:all", "build:all": "run-p build:umd:prod build:commonjs", "lint": "tslint --project . --exclude **/src/generated_contract_wrappers/**/*", @@ -25,8 +24,8 @@ "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "clean": "shx rm -rf _bundles lib test_temp src/generated_contract_wrappers generated_docs", "build:umd:prod": "NODE_ENV=production webpack", - "build:commonjs": "tsc", - "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES" + "build:commonjs": "tsc -b", + "docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --tsconfig typedoc-tsconfig.json --json $JSON_FILE_PATH $PROJECT_FILES" }, "config": { "postpublish": { |