Build minified for production (#155)
[poolifier.git] / .vscode / tasks.json
index ed1577700c35c42b9a2a0f9e26e262a7150c4b14..a6d60cd7e5c139f87ade991ffc21fd12663cf98d 100644 (file)
@@ -1,10 +1,15 @@
 {
   "version": "2.0.0",
   "tasks": [
+    {
+      "label": "Build",
+      "type": "npm",
+      "script": "build:prod"
+    },
     {
       "label": "Development build",
       "type": "npm",
-      "script": "build:dev"
+      "script": "build"
     }
   ]
 }