Skip to content

Commit 202e732

Browse files
committed
Fix increment script
Squashed commit of the following: commit ff82b75 Author: scripthunter7 <d.tota@adguard.com> Date: Fri Apr 11 11:05:43 2025 +0200 Fix increment script
1 parent be8f4db commit 202e732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"esbuild:client": "esbuild ./client/src/extension.ts --bundle --outfile=client/out/extension.js --format=cjs --platform=node --external:vscode",
105105
"esbuild:server": "esbuild ./server/src/server.ts --bundle --outfile=server/out/server.js --format=cjs --platform=node --external:vscode --external:./agtree --external:./ecss-tree",
106106
"extract-changelog": "node -r esbuild-register tools/changelog-extractor.ts",
107-
"increment": "pnpm version --patch --no-git-tag-version",
107+
"increment": "pnpm version patch --no-git-tag-version",
108108
"lint": "pnpm lint:ts && pnpm lint:mjs && pnpm lint:md",
109109
"lint:md": "markdownlint .",
110110
"lint:staged": "lint-staged",

0 commit comments

Comments
 (0)