Skip to content

Commit bfd6db8

Browse files
authored
Fix npm audit issues in webviews (#795)
1 parent d9fee90 commit bfd6db8

7 files changed

Lines changed: 1053 additions & 960 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"build": "npm run copy-schema && tsc -p ./ && npm run build-webviews",
3333
"build-webviews": "cd ./webviews && npm run build && cd ..",
3434
"lint": "eslint \"./src/**/*.ts\"",
35-
"audit": "npm audit || audit-ci --config ./audit-ci.jsonc",
35+
"audit": "npm audit || audit-ci --config ./audit-ci.jsonc && cd webviews && npm run audit",
3636
"watch": "npm run copy-schema && tsc -w -p ./",
3737
"watch-webviews": "cd ./webviews && npm run watch",
3838
"watch-all": "ts-node ./scripts/watch-all.ts",

0 commit comments

Comments
 (0)