Skip to content

Commit 78bf145

Browse files
committed
fix pr comments
1 parent 644ae87 commit 78bf145

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
@@ -38,15 +38,15 @@ aliases:
3838
licenses-generate: &licensesGenerate
3939
run:
4040
name: Generate license file for all vscode dependencies
41-
command:
41+
command: |
4242
npm i -g license-checker
4343
license-checker --json --out licenses.json
4444
shell: /bin/bash
4545

4646
licenses-generate-windows: &licensesGenerateWindows
4747
run:
4848
name: Generate license file for all vscode dependencies
49-
command:
49+
command: |
5050
npm i -g license-checker
5151
license-checker --json --out licenses.json
5252
shell: powershell.exe

0 commit comments

Comments
 (0)