Skip to content

Commit 77cd83f

Browse files
committed
Merge branch 'node_modules_no_audit' into 'master'
Do not audit npm packages when installing them due to anod restrictions See merge request eng/ide/ada_language_server!1169
1 parent 84e1c21 commit 77cd83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ clean:
120120
rm -rf integration/vscode/ada/$(PLATFORM)
121121

122122
vscode:
123-
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install && npm run compile
123+
cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit && npm run compile
124124
@echo Now run:
125125
@echo code --extensionDevelopmentPath=`pwd`/integration/vscode/ada/ `pwd`
126126

0 commit comments

Comments
 (0)