Skip to content

Commit 51c3d68

Browse files
Removed "--silent" from the lint and test scripts
1 parent 24304ce commit 51c3d68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .vscode/tasks.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"tasks": [
1515
{
1616
"taskName": "lint",
17-
"args": ["run", "lint", "--silent"],
17+
"args": ["run", "lint"],
1818
"showOutput": "always",
1919
"problemMatcher": "$eslint-stylish",
2020
"isBuildCommand": true
2121
},
2222
{
2323
"taskName": "test",
24-
"args": ["run", "test", "--silent"],
24+
"args": ["run", "test"],
2525
"showOutput": "always",
2626
"isTestCommand": true
2727
}

0 commit comments

Comments
 (0)