File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ clean:
122
122
-rm -rf integration/vscode/ada/$(PLATFORM )
123
123
124
124
vscode :
125
- cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit && npm run compile
125
+ cd integration/vscode/ada; LD_LIBRARY_PATH= npm install --no-audit && npm run check-licenses && npm run compile
126
126
@echo Now run:
127
127
@echo code --extensionDevelopmentPath=` pwd` /integration/vscode/ada/ ` pwd`
128
128
Original file line number Diff line number Diff line change 581
581
"vscode-tmgrammar-test" : " 0.1.1"
582
582
},
583
583
"scripts" : {
584
+ "check-licenses" : " npx license-checker-rseidelsohn --summary --onlyAllow '0BSD;Apache-2.0;BSD-2-Clause;BSD-3-Clause;BlueOak-1.0.0;CC0-1.0;GPL-3.0;GPL-3.0-or-later;ISC;MIT;Python-2.0;Zlib'" ,
584
585
"vscode:prepublish" : " npm run esbuild-base -- --minify" ,
585
586
"esbuild-base" : " esbuild ./src/extension.ts --bundle --outfile=out/src/extension.js --external:vscode --format=cjs --platform=node" ,
586
587
"compile" : " node ./node_modules/typescript/bin/tsc" ,
You can’t perform that action at this time.
0 commit comments