mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 14:21:12 -05:00
Add script to easily update version
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user