This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git


The following commit(s) were added to refs/heads/master by this push:
     new 1598653  Add some debugging to the publish command
1598653 is described below

commit 15986536091fc63b992a078f6b3519f1a71bfbb0
Author: Randall Leeds <[email protected]>
AuthorDate: Sun Mar 28 17:04:38 2021 -0700

    Add some debugging to the publish command
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a96168a..959ff73 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
     "lint": "tsc --build && eslint .",
     "prepare": "yarn run build:lib:types && lerna run prepare",
     "prepublishOnly": "yarn run build",
-    "publish": "lerna publish",
+    "publish": "stat ~/.npmrc && npm whoami && lerna publish",
     "publish:ci": "yarn run publish --canary --exact --force-publish '*' --yes 
minor",
     "start": "yarn run web:server",
     "test": "cross-env BABEL_ENV=test nyc mocha packages/**/*.test.ts",

Reply via email to