Skip to content

Commit a57038b

Browse files
committed
Updated config.yml
1 parent 78bf145 commit a57038b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ aliases:
3939
run:
4040
name: Generate license file for all vscode dependencies
4141
command: |
42-
npm i -g license-checker
43-
license-checker --json --out licenses.json
42+
sudo npm i -g license-checker
43+
sudo license-checker --json --out licenses.json
4444
shell: /bin/bash
4545

4646
licenses-generate-windows: &licensesGenerateWindows

0 commit comments

Comments
 (0)