Add script to easily update version

This commit is contained in:
Saoud Rizwan
2024-08-03 15:05:49 -04:00
parent 7989410696
commit 2d37c290fa
4 changed files with 43 additions and 6 deletions

View File

@@ -105,7 +105,8 @@
"install:all": "npm install && cd webview-ui && npm install",
"start:webview": "cd webview-ui && npm run start",
"build:webview": "cd webview-ui && npm run build",
"test:webview": "cd webview-ui && npm run test"
"test:webview": "cd webview-ui && npm run test",
"upver": "tsx scripts/update-version.ts"
},
"devDependencies": {
"@types/diff": "^5.2.1",