From 339da204f77bdd276b5b8f1a04d843b6cea42f63 Mon Sep 17 00:00:00 2001 From: Damillora Date: Wed, 14 Apr 2021 17:48:37 +0700 Subject: [PATCH] fix(build): add build script in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d259c27..905f1e6 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "scripts": { "dev": "gulp dev", + "build": "gulp build", "zip": "gulp zip", "semantic-release": "semantic-release" },