Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 30, 2024
1 parent b80fbbe commit 1dc38ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"label": "npm run encore watch",
"type": "shell",
"options": {},
"command": "npm run dev --watch",
"command": "npm run watch",
"problemMatcher": [],
},
{
Expand Down

0 comments on commit 1dc38ea

Please sign in to comment.