Add task 'prepare-test' to tasks.json (#8297)

This commit is contained in:
kajikentaro 2023-03-22 13:27:17 +09:00 committed by GitHub
parent c80f6f58c5
commit 9ecd675c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.vscode/tasks.json vendored
View File

@ -17,6 +17,11 @@
"type": "gulp",
"task": "build-dev",
"problemMatcher": []
},
{
"type": "gulp",
"task": "prepare-test",
"problemMatcher": []
}
]
}