Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 6d33e96

Browse files
committed
Correct task.json
1 parent 6520108 commit 6d33e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.1.0",
33
"isShellCommand": true,
44
"command": "npm",
5-
"run": ["run"],
5+
"args": ["--silent", "run"],
66
"options": {
77
"cwd": "${workspaceRoot}"
88
},

0 commit comments

Comments
 (0)