mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-22 05:11:06 -05:00
Add publish script
This commit is contained in:
@@ -115,7 +115,8 @@
|
|||||||
"install:all": "npm install && cd webview-ui && npm install",
|
"install:all": "npm install && cd webview-ui && npm install",
|
||||||
"start:webview": "cd webview-ui && npm run start",
|
"start:webview": "cd webview-ui && npm run start",
|
||||||
"build:webview": "cd webview-ui && npm run build",
|
"build:webview": "cd webview-ui && npm run build",
|
||||||
"test:webview": "cd webview-ui && npm run test"
|
"test:webview": "cd webview-ui && npm run test",
|
||||||
|
"publish:marketplace": "vsce publish && ovsx publish"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/diff": "^5.2.1",
|
"@types/diff": "^5.2.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user