aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-08-23 06:14:45 +0800
committerFabio Berger <me@fabioberger.com>2018-08-23 06:14:45 +0800
commit799db64541e43ca177f253b1b4867e740ba6044b (patch)
tree7ac8f9faeed60142eb0ec843ecf69c6196e6accc /package.json
parent69b436babee4959a0bb6b5c78e3ea26e2a2f9720 (diff)
parente915d72202f66155e74e22cf7df66d37e726f38f (diff)
downloaddexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar.gz
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar.bz2
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar.lz
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar.xz
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.tar.zst
dexon-0x-contracts-799db64541e43ca177f253b1b4867e740ba6044b.zip
Merge branch 'development' into wrap-typedoc
* development: fix: Increase delay for non-interactive npm login
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f94a4839b..a71df691c 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"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": "{ echo \"test\"; sleep 1; echo \"test\"; sleep 1; echo \"test@example.com\"; } | npm login --registry=http://localhost:4873 && IS_LOCAL_PUBLISH=true run-s script:publish test:installation:local",
+ "test:publish:circleci": "{ echo \"test\"; sleep 2; echo \"test\"; sleep 2; echo \"test@example.com\"; } | npm login --registry=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",
"script:prepublish_checks": "node ./packages/monorepo-scripts/lib/prepublish_checks.js",