Skip to content

Commit cd7ef1d

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

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
@@ -45,15 +45,15 @@ publish: node_modules
4545

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

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

5656
.PHONY: major
5757
major: node_modules lint test
58-
pnpm exec versions major package.json pnpm-lock.yaml
58+
pnpm exec versions major package.json
5959
git push -u --tags origin master

0 commit comments

Comments
 (0)