From e69682c7dafb95f03c34a82ee70f74fd5813344f Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 21 Apr 2021 21:43:52 +0200 Subject: [PATCH] Fix gulp command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f50f1a..3973a3c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "clean": "gulp clean", - "build": "gulp build", + "build": "gulp prod", "release": "gulp release", "watch": "gulp watch" },