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:
122122 -rm -rf integration/vscode/ada/$(PLATFORM )
123123
124124vscode :
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
126126 @echo Now run:
127127 @echo code --extensionDevelopmentPath=` pwd` /integration/vscode/ada/ ` pwd`
128128
Original file line number Diff line number Diff line change 581581 "vscode-tmgrammar-test" : " 0.1.1"
582582 },
583583 "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'" ,
584585 "vscode:prepublish" : " npm run esbuild-base -- --minify" ,
585586 "esbuild-base" : " esbuild ./src/extension.ts --bundle --outfile=out/src/extension.js --external:vscode --format=cjs --platform=node" ,
586587 "compile" : " node ./node_modules/typescript/bin/tsc" ,
You can’t perform that action at this time.
0 commit comments