Skip to content

Commit 5049778

Browse files
committed
Makefile: remove pnpm-lock.yaml from versions targets
1 parent e4b40dc commit 5049778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ publish: node_modules
4646

4747
.PHONY: patch
4848
patch: node_modules lint test
49-
pnpm exec versions patch package.json pnpm-lock.yaml
49+
pnpm exec versions patch package.json
5050
git push -u --tags origin master
5151

5252
.PHONY: minor
5353
minor: node_modules lint test
54-
pnpm exec versions minor package.json pnpm-lock.yaml
54+
pnpm exec versions minor package.json
5555
git push -u --tags origin master
5656

5757
.PHONY: major
5858
major: node_modules lint test
59-
pnpm exec versions major package.json pnpm-lock.yaml
59+
pnpm exec versions major package.json
6060
git push -u --tags origin master

0 commit comments

Comments
 (0)