File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 22SHELL = bash
33
44PUBLISHTAG = $(shell node scripts/publish-tag.js)
5- BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
65
76# these docs have the @VERSION@ tag in them, so they have to be rebuilt
87# whenever the package.json is touched, in case the version changed.
@@ -112,8 +111,6 @@ prune: deps
112111 node scripts/git-dirty.js
113112
114113publish : gitclean ls-ok link test-all docs prune
115- git push origin $(BRANCH ) && \
116- git push origin --tags && \
117114 node bin/npm-cli.js publish --tag=$(PUBLISHTAG )
118115
119116release : gitclean ls-ok docs prune
Original file line number Diff line number Diff line change 4747 "statements" : 81 ,
4848 "branches" : 72 ,
4949 "functions" : 75 ,
50- "lines" : 81
50+ "lines" : 81 ,
51+ "timeout" : 600
5152 },
5253 "templateOSS" : {
5354 "//@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