File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
SHELL = bash
3
3
4
4
PUBLISHTAG = $(shell node scripts/publish-tag.js)
5
- BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
6
5
7
6
# these docs have the @VERSION@ tag in them, so they have to be rebuilt
8
7
# whenever the package.json is touched, in case the version changed.
@@ -112,8 +111,6 @@ prune: deps
112
111
node scripts/git-dirty.js
113
112
114
113
publish : gitclean ls-ok link test-all docs prune
115
- git push origin $(BRANCH ) && \
116
- git push origin --tags && \
117
114
node bin/npm-cli.js publish --tag=$(PUBLISHTAG )
118
115
119
116
release : gitclean ls-ok docs prune
Original file line number Diff line number Diff line change 47
47
"statements" : 81 ,
48
48
"branches" : 72 ,
49
49
"functions" : 75 ,
50
- "lines" : 81
50
+ "lines" : 81 ,
51
+ "timeout" : 600
51
52
},
52
53
"templateOSS" : {
53
54
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
You can’t perform that action at this time.
0 commit comments