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 2563ac7 Fix the incorrect lerna flag for the CI publish
2563ac7 is described below
commit 2563ac7b6ba9e86ee17b3fa8a7085a9d2074f0a5
Author: Randall Leeds <[email protected]>
AuthorDate: Sat Apr 3 18:27:47 2021 -0700
Fix the incorrect lerna flag for the CI publish
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 4663170..0c0a8c4 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"prepare": "yarn run build:lib:types && lerna run prepare",
"prepublishOnly": "yarn run build",
"publish": "lerna publish",
- "publish:ci": "yarn run publish --canary --exact --force-publish '*'
--no-access-verify --yes minor",
+ "publish:ci": "yarn run publish --canary --exact --force-publish '*'
--no-verify-access --yes minor",
"start": "yarn run web:server",
"test": "cross-env BABEL_ENV=test nyc mocha packages/**/*.test.ts",
"validate": "cross-env BABEL_ENV=test mocha test/**/*.test.ts",