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:
ColemanRoo
2024-11-27 16:00:53 -06:00
committed by GitHub
parent ffbe1b0382
commit b1c0e9be41
4 changed files with 3739 additions and 2217 deletions

View File

@@ -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",