mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
Fix vscode tasks
This commit is contained in:
parent
ba45fb6047
commit
9d80084884
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user