Skip to content

Commit

Permalink
Add task 'prepare-test' to tasks.json (#8297)
Browse files Browse the repository at this point in the history
  • Loading branch information
kajikentaro authored Mar 22, 2023
1 parent c80f6f5 commit 9ecd675
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
"type": "gulp",
"task": "build-dev",
"problemMatcher": []
},
{
"type": "gulp",
"task": "prepare-test",
"problemMatcher": []
}
]
}

0 comments on commit 9ecd675

Please sign in to comment.