Skip to content

Commit

Permalink
feat: add a task in vscode for check-all
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Jan 26, 2022
1 parent 77a3ec8 commit fe5e4a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "check-all",
"problemMatcher": [
"$go"
],
"label": "npm: check-all",
"detail": "yarn lint && yarn type-check && yarn test --watchAll=false"
}
]
}

0 comments on commit fe5e4a8

Please sign in to comment.