diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 0f52e24d..592940f1 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "Launch firefox addon", // Name of task "type": "shell", - "command": "cd firefox && web-ext run", // Enter your command here + "command": "npm run profile", // Enter your command here "group": "none", "presentation": { "reveal": "always",