Skip to content

Commit eaaf1c6

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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)