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:
authorLuke Karrys <luke@lukekarrys.com>2022-09-01 02:24:37 +0300
committerLuke Karrys <luke@lukekarrys.com>2022-09-01 03:13:58 +0300
commitdcc376534212e13fcd5813db9eb067be8179d04f (patch)
tree062135a173ffa6442988a35ddb0bc65612b78def
parentd2712d1eb097ab93b9c2d3f80d67826b4cdf3733 (diff)
chore: remove some outdated release steps
Also increase docs tests so they dont timeout when rebuilding cmark-gfm
-rw-r--r--Makefile3
-rw-r--r--docs/package.json3
2 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 72b285359..5c153511e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@
SHELL = bash
PUBLISHTAG = $(shell node scripts/publish-tag.js)
-BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
# these docs have the @VERSION@ tag in them, so they have to be rebuilt
# whenever the package.json is touched, in case the version changed.
@@ -112,8 +111,6 @@ prune: deps
node scripts/git-dirty.js
publish: gitclean ls-ok link test-all docs prune
- git push origin $(BRANCH) &&\
- git push origin --tags &&\
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
release: gitclean ls-ok docs prune
diff --git a/docs/package.json b/docs/package.json
index c7f02a7ae..7d96037e5 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -47,7 +47,8 @@
"statements": 81,
"branches": 72,
"functions": 75,
- "lines": 81
+ "lines": 81,
+ "timeout": 600
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",