Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-09-12 18:56:45 +0300
committerGar <gar+gh@danger.computer>2022-09-12 18:56:47 +0300
commita7b70b174c6aef675fca2e086b1e0b5f17a293a5 (patch)
treeb0d0d086ae7a30f17506a7b2fc00236b39619601
parent8623a2b6ba1911377324b85b8cc9563b40ad4ea9 (diff)
chore: remove postpublishgar/libnpmaccess-postpublish
template-oss got most of the other ones cause they lived in `prepublishOnly` but this one was in `postpublish`
-rw-r--r--workspaces/libnpmaccess/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json
index 0c2df73a1..e74f91d92 100644
--- a/workspaces/libnpmaccess/package.json
+++ b/workspaces/libnpmaccess/package.json
@@ -6,7 +6,6 @@
"license": "ISC",
"main": "lib/index.js",
"scripts": {
- "postpublish": "git push origin --follow-tags",
"lint": "eslint \"**/*.js\"",
"test": "tap",
"postlint": "template-oss-check",