aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-08-22 02:04:27 +0800
committerGitHub <noreply@github.com>2018-08-22 02:04:27 +0800
commit86cb89feef9a83603426c2fd2260ea1045b46018 (patch)
tree1f3c07ab3106fdaf1c4a92c038b236406ee788d1 /package.json
parent6216714be1f72ac8896478f36d6e03489b59becd (diff)
downloaddexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar.gz
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar.bz2
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar.lz
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar.xz
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.tar.zst
dexon-0x-contracts-86cb89feef9a83603426c2fd2260ea1045b46018.zip
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 c6b0ac2dd..fa93108c2 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",