Fix vscode tasks

This commit is contained in:
ludeeus 2023-03-27 17:48:30 +00:00
parent ba45fb6047
commit 9d80084884
No known key found for this signature in database

4
.vscode/tasks.json vendored
View File

@ -4,7 +4,7 @@
{
"label": "Generate",
"type": "shell",
"command": "bundle exec rake generate",
"command": "npm run build",
"group": {
"kind": "build",
"isDefault": true
@ -13,7 +13,7 @@
{
"label": "Preview",
"type": "shell",
"command": "bundle exec rake preview",
"command": "npm run dev",
"group": {
"kind": "test",
"isDefault": true,