Skip to content

Commit 96cac6c

Browse files
committed
fix version targets
1 parent f117714 commit 96cac6c

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
@@ -18,12 +18,12 @@ update: node_modules
1818

1919
.PHONY: patch
2020
patch: node_modules test
21-
npx versions -c 'make --no-print-directory build' patch package.json package-lock.json github-code-wrap.user.css
21+
npx versions patch package.json package-lock.json github-code-wrap.user.css
2222

2323
.PHONY: minor
2424
minor: node_modules test
25-
npx versions -c 'make --no-print-directory build' minor package.json package-lock.json github-code-wrap.user.css
25+
npx versions minor package.json package-lock.json github-code-wrap.user.css
2626

2727
.PHONY: major
2828
major: node_modules test
29-
npx versions -c 'make --no-print-directory build' major package.json package-lock.json github-code-wrap.user.css
29+
npx versions major package.json package-lock.json github-code-wrap.user.css

0 commit comments

Comments
 (0)