aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-15 17:41:51 +0800
committerGitHub <noreply@github.com>2018-05-15 17:41:51 +0800
commit406e91d387f67b0eda48e9ab682814c8feffb5e1 (patch)
tree90e047171c2326d5a8c39164945c768858ca3302 /packages/order-utils/package.json
parentca08dd9705c2aefb092b10926af359ed8fabac79 (diff)
parent473acafd1457a381405335dae80a3a8e810af17b (diff)
downloaddexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar.gz
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar.bz2
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar.lz
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar.xz
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.tar.zst
dexon-0x-contracts-406e91d387f67b0eda48e9ab682814c8feffb5e1.zip
Merge pull request #588 from 0xProject/improvement/use-wsrun
Individual package building & watching!!! 💪 🌹
Diffstat (limited to 'packages/order-utils/package.json')
-rw-r--r--packages/order-utils/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index cdb5b63b0..96eb809f0 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -5,7 +5,7 @@
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
- "build:watch": "tsc -w",
+ "watch": "tsc -w",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"test": "run-s clean build run_mocha",
"test:circleci": "yarn test:coverage",
@@ -15,7 +15,7 @@
"clean": "shx rm -rf lib scripts",
"lint": "tslint --project .",
"manual:postpublish": "yarn build; node ./scripts/postpublish.js",
- "docs:stage": "yarn build && node ./scripts/stage_docs.js",
+ "docs:stage": "node scripts/stage_docs.js",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_FILES",
"upload_docs_json": "aws s3 cp generated_docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type application/json"
},