ci: fix bump-version yarn script
This commit is contained in:
parent
c6b5280c64
commit
ba7cc22fd3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
"lint:fix": "eslint --ext .ts,.js,.cjs,.mjs --fix .",
|
||||
"format": "prettier --write \"./**/*.(ts|js|cjs|mjs|json|scss|yml)\"",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"bump-version": "node ./tools/bump-version.js",
|
||||
"bump-version": "node ./tools/bump-version.mjs",
|
||||
"postinstall": "husky install",
|
||||
"changelog": "conventional-changelog -p conventionalcommits -o CHANGELOG.md -r 2"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue