Skip to content

Commit

Permalink
Don't automatically create a tag when bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
petrgazarov committed Dec 16, 2023
1 parent d6df005 commit a93cf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "pnpm clean && webpack --mode production",
"prepare-for-upload": "pnpm build && zip -r build-v$(pnpm pkg get version | tr -d '\"').zip build/*",
"watch": "NODE_ENV=development webpack --watch",
"version:patch": "pnpm version patch && node scripts/update-manifest-version.js",
"version:patch": "pnpm version patch --no-git && node scripts/update-manifest-version.js",
"lint": "pnpm lint:js && pnpm lint:css",
"lint:fix": "pnpm lint:js:fix && pnpm lint:css:fix",
"lint:js": "eslint --ext .ts,.tsx src",
Expand Down

0 comments on commit a93cf4c

Please sign in to comment.