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