From 92c1ef6ef648efe243107f13f5d68bda5f005a23 Mon Sep 17 00:00:00 2001 From: Kushagra Gour <chinchang457@gmail.com> Date: Mon, 29 May 2023 01:28:04 +0530 Subject: [PATCH] export extension task --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index bdecb1e..ebca091 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -297,3 +297,5 @@ exports.setupExtension = series( callback(error); } ); + +exports.buildExtension = buildExtension;