aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-22 06:06:21 +0800
committerFabio Berger <me@fabioberger.com>2018-08-22 06:06:21 +0800
commitfe43f84abdeb2ed6805d3879f531fbc4f46c4fec (patch)
tree8b33e9838b9e93e48ba93de363b24631ee5291c3 /package.json
parent6b838c034a3a489ae0b962af820270eafc52c377 (diff)
downloaddexon-sol-tools-fe43f84abdeb2ed6805d3879f531fbc4f46c4fec.tar.gz
dexon-sol-tools-fe43f84abdeb2ed6805d3879f531fbc4f46c4fec.tar.zst
dexon-sol-tools-fe43f84abdeb2ed6805d3879f531fbc4f46c4fec.zip
Use bash for loop for generating docs for each package, revert changes to script
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index a86bbd42a..eca1fbe60 100644
--- a/package.json
+++ b/package.json
@@ -32,12 +32,14 @@
"rebuild": "run-s clean build",
"rebuild:no_website": "run-s clean build:no_website",
"test": "wsrun test $PKG --fast-exit --serial --exclude-missing",
- "generate_docs": "node ./packages/monorepo-scripts/lib/doc_generate_and_upload.js",
+ "generate_doc": "node ./packages/monorepo-scripts/lib/doc_generate_and_upload.js",
+ "test:generate_docs:circleci": "for i in ${npm_package_config_packagesWithDocPages}; do yarn generate_doc --package $i --shouldUpload false --isStaging true || break; done;",
"lint": "wsrun lint $PKG --fast-exit --parallel --exclude-missing",
"comment:postinstall": "HACK: For some reason `yarn` is not setting up symlinks properly for order-utils. We temporarily set them manually. Remove this after V2 refactor is complete."
},
"config": {
- "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic"
+ "mnemonic": "concert load couple harbor equip island argue ramp clarify fence smart topic",
+ "packagesWithDocPages": "0x.js connect json-schemas subproviders web3-wrapper contract-wrappers order-utils order-watcher sol-compiler sol-cov ethereum-types"
},
"devDependencies": {
"@0x-lerna-fork/lerna": "3.0.0-beta.23",
7da35560c57074cae70d0283115c'>- Update to 8.20sat2007-02-162-4/+4 * - Update to 8.19sat2007-01-262-7/+6 * - Update to 8.18sat2006-11-162-4/+4 * - Update to 8.17sat2006-09-232-4/+4 * - Update to 8.16sat2006-09-182-4/+4 * - Update to 8.15sat2006-08-192-4/+4 * - Update to 8.14sat2006-08-132-4/+4 * - Provide additional mirrors where neededsat2006-07-311-3/+1 * - Update to 8.13sat2006-07-223-7/+7 * - Update to 8.12sat2006-07-082-4/+4 * - Update to 8.11sat2006-05-192-8/+7 * Update my e-mail addresssat2006-05-091-1/+1 * - Update to 8.10anray2006-05-012-16/+16 * - Need x11-toolkits/iwidgets in order to run.anray2006-05-011-1/+3 * Reset vsevolod as maintainer due to unreponsiveness. We hope to see himlinimon2006-04-151-1/+1 * SHA256ifyedwin2006-01-241-0/+1 * - Update to 7.3vsevolod2005-10-122-7/+4 * Update to 7.1.vsevolod2005-09-032-4/+4 * Update to 7.0.vsevolod2005-08-292-4/+6 * Update to 6.14 and fix distfile fetching.vsevolod2005-08-123-5/+5 * Update to 6.13.vsevolod2005-07-302-5/+4 * Update my email address.vsevolod2005-07-221-1/+1 * Redet allows the user to construct regular expressions and test them againstsem2005-07-20