Skip to content

Commit

Permalink
tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Jul 25, 2023
1 parent 19af639 commit 2005aef
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 @@ -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",
Expand Down

0 comments on commit 2005aef

Please sign in to comment.