chore: fix bump scripts

This commit is contained in:
Stephan Meijer
2021-01-07 11:54:31 +01:00
parent b0c40166d5
commit 218d831539

View File

@@ -42,8 +42,8 @@
"ci:tsc": "tsc --noEmit --project ./tsconfig.json",
"ci:test": "jest --ci",
"bump:patch": "npm version patch -m 'release: cut the %s release'",
"bump:minor": "npm version patch -m 'release: cut the %s release'",
"bump:major": "npm version patch -m 'release: cut the %s release'"
"bump:minor": "npm version minor -m 'release: cut the %s release'",
"bump:major": "npm version major -m 'release: cut the %s release'"
},
"files": [
"src",