Skip to content

Commit 106d188

Browse files
committed
build: run npm audit as part of ci test
Change-Id: I36c2b309464d22e2b8c27c956f21b62d4f484655 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/397114 Trust: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent c5bd652 commit 106d188

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/all.bash

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ run_test() {
4949
npm run unit-test
5050
npm test --silent
5151
npm run lint
52+
npm audit
5253

5354
echo "**** Run settings generator ****"
5455
go run tools/generate.go -w=false -gopls=true

0 commit comments

Comments
 (0)