mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-29 04:06:54 +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",
|
"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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user