chore: updated release command in package.json

This commit is contained in:
JD Solanki
2023-05-26 16:42:57 +05:30
committed by GitHub
parent 4229a87e3e
commit a9b4258854

View File

@@ -2,7 +2,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/**/package.json typescript-version/**/package.json"
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/package.json typescript-version/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"