diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:30:12 +0800 |
---|---|---|
committer | Alex Browne <stephenalexbrowne@gmail.com> | 2018-10-16 04:38:59 +0800 |
commit | f0e483798339b24b599c408949265cca54d7e58b (patch) | |
tree | 06b29905d48aecb4890b65f8113306ef69e00f32 /package.json | |
parent | 003ab1e5b311bfedcffce07f03035e42736a47af (diff) | |
download | dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar.gz dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar.bz2 dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar.lz dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar.xz dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.tar.zst dexon-sol-tools-f0e483798339b24b599c408949265cca54d7e58b.zip |
Fix failing doc generation tests
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index e6ae0ebde..031f73ba8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "report_coverage": "lcov-result-merger './{packages/*/coverage/lcov.info,python-packages/*/.coverage}' | coveralls", "test:installation": "node ./packages/monorepo-scripts/lib/test_installation.js", "test:installation:local": "IS_LOCAL_PUBLISH=true node ./packages/monorepo-scripts/lib/test_installation.js", - "test:publish:circleci:comment": "HACK(albrow) We need an automated way to login to npm and echo+sleep piped to stdin was the only way I could find to do it.", "test:publish:circleci": "yarn npm-cli-login -u test -p test -e test@example.com -r http://localhost:4873 && IS_LOCAL_PUBLISH=true run-s script:publish test:installation:local", "run:publish": "run-s install:all build:monorepo_scripts script:prepublish_checks rebuild:no_website script:publish", "run:publish:local": "IS_LOCAL_PUBLISH=true yarn run:publish", |