Skip to content

Commit 1dc38ea

Browse files
committed
Fix command
1 parent b80fbbe commit 1dc38ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"label": "npm run encore watch",
5858
"type": "shell",
5959
"options": {},
60-
"command": "npm run dev --watch",
60+
"command": "npm run watch",
6161
"problemMatcher": [],
6262
},
6363
{

0 commit comments

Comments
 (0)