mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-24 06:11:11 -05:00
fix package.json format (#20)
* fix package.json format add code-qa.yml step to PRs * fix package-lock.json to use npm instead of codeartifact * removing test step as it requires vs code * update code owner file
This commit is contained in:
@@ -145,7 +145,7 @@
|
||||
"start:webview": "cd webview-ui && npm run start",
|
||||
"build:webview": "cd webview-ui && npm run build",
|
||||
"test:webview": "cd webview-ui && npm run test",
|
||||
"publish:marketplace": "vsce publish && ovsx publish",
|
||||
"publish:marketplace": "vsce publish && ovsx publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/diff": "^5.2.1",
|
||||
|
||||
Reference in New Issue
Block a user