aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-15 01:24:47 +0800
committerFabio Berger <me@fabioberger.com>2018-05-15 01:24:47 +0800
commit76f9ad0705e9d90b5bc052ee76262389ebfe2e40 (patch)
treecb3bbbb708559f4b4a321fe702ed6a6251a9f03c /packages
parent478f6ed011185b66ac87323c6d9ad1f598060760 (diff)
downloaddexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar.gz
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar.bz2
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar.lz
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar.xz
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.tar.zst
dexon-0x-contracts-76f9ad0705e9d90b5bc052ee76262389ebfe2e40.zip
Remove build from docs:stage commands
Diffstat (limited to 'packages')
-rw-r--r--packages/0x.js/package.json2
-rw-r--r--packages/connect/package.json2
-rw-r--r--packages/json-schemas/package.json2
-rw-r--r--packages/order-utils/package.json2
-rw-r--r--packages/sol-compiler/package.json2
-rw-r--r--packages/sol-cov/package.json2
-rw-r--r--packages/subproviders/package.json2
7 files changed, 7 insertions, 7 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index 8dcd8a6e2..028fdceaf 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -27,7 +27,7 @@
"test:commonjs": "run-s build:commonjs run_mocha",
"run_mocha": "mocha lib/test/**/*_test.js lib/test/global_hooks.js --timeout 10000 --bail --exit",
"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"
},
diff --git a/packages/connect/package.json b/packages/connect/package.json
index 379d8f698..e2ffa09aa 100644
--- a/packages/connect/package.json
+++ b/packages/connect/package.json
@@ -23,7 +23,7 @@
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage",
"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"
},
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json
index 0926474d2..26bf2c3b0 100644
--- a/packages/json-schemas/package.json
+++ b/packages/json-schemas/package.json
@@ -15,7 +15,7 @@
"clean": "shx rm -rf lib test_temp scripts",
"build": "tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"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"
},
diff --git a/packages/order-utils/package.json b/packages/order-utils/package.json
index 5ef0bb97d..96eb809f0 100644
--- a/packages/order-utils/package.json
+++ b/packages/order-utils/package.json
@@ -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"
},
diff --git a/packages/sol-compiler/package.json b/packages/sol-compiler/package.json
index fcb0b9cd0..6edec7800 100644
--- a/packages/sol-compiler/package.json
+++ b/packages/sol-compiler/package.json
@@ -15,7 +15,7 @@
"migrate": "npm run build; node lib/src/cli.js migrate",
"lint": "tslint --project .",
"test:circleci": "yarn test:coverage",
- "docs:stage": "yarn build && node ./scripts/stage_docs.js",
+ "docs:stage": "node scripts/stage_docs.js",
"manual:postpublish": "yarn build; node ./scripts/postpublish.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"
diff --git a/packages/sol-cov/package.json b/packages/sol-cov/package.json
index ec6207a1b..16d0330a6 100644
--- a/packages/sol-cov/package.json
+++ b/packages/sol-cov/package.json
@@ -16,7 +16,7 @@
"build": "copyfiles 'test/fixtures/**/*' ./lib && tsc && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts",
"compile_test": "node ../sol-compiler/lib/src/cli.js compile",
"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"
},
diff --git a/packages/subproviders/package.json b/packages/subproviders/package.json
index cf1ed32ec..c3ba0c8f9 100644
--- a/packages/subproviders/package.json
+++ b/packages/subproviders/package.json
@@ -19,7 +19,7 @@
"test:unit": "run-s clean build run_mocha_unit",
"test:integration": "run-s clean build run_mocha_integration",
"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"
},