From 106da54a41f6f223ca536fc6a7ecc22d2402040a Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 16 Mar 2024 13:27:28 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20build(gulp):=20Add=20watch=20scr?= =?UTF-8?q?ipt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f08b575..8dc91d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "build": "gulp build" + "build": "gulp build", + "watch": "gulp watch" }, "devDependencies": { "browser-sync": "^2.29.3",