Switch eslint-plugin-node to supported eslint-plugin-n
[poolifier.git] / .vscode / tasks.json
index d9bd2624a48c5feded6fb477967c6b8b31f389af..a6d60cd7e5c139f87ade991ffc21fd12663cf98d 100644 (file)
@@ -1,10 +1,15 @@
 {
   "version": "2.0.0",
   "tasks": [
+    {
+      "label": "Build",
+      "type": "npm",
+      "script": "build:prod"
+    },
     {
       "label": "Development build",
-      "type": "shell",
-      "command": "npm run build:dev"
+      "type": "npm",
+      "script": "build"
     }
   ]
 }