Merge pull request #125 from pioardi/vscode-debug
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Fri, 12 Feb 2021 08:20:53 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 08:20:53 +0000 (09:20 +0100)
vscode: Make the build:dev script a npm task.

.vscode/tasks.json

index d9bd2624a48c5feded6fb477967c6b8b31f389af..ed1577700c35c42b9a2a0f9e26e262a7150c4b14 100644 (file)
@@ -3,8 +3,8 @@
   "tasks": [
     {
       "label": "Development build",
-      "type": "shell",
-      "command": "npm run build:dev"
+      "type": "npm",
+      "script": "build:dev"
     }
   ]
 }