ci: fix bump-version yarn script

This commit is contained in:
Johannes Loher 2021-12-20 06:31:16 +01:00
parent c6b5280c64
commit ba7cc22fd3

View file

@ -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"
},