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
committerNathan Fritz <fritzy@github.com>2022-09-15 02:08:54 +0300
commit64801aac3e4349787e00794ee4c9fee513b23ee8 (patch)
tree8fc6dfb628011a743a1047c78dbb2a0f240922d4
parentc3d75499cfd4e3601c6ca31621b2f693af466c4d (diff)
chore: remove 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 8e73fd267..21d31f18a 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",