From d4a08b1e1dd804ea5ce6cef1ef91880d23868ffd Mon Sep 17 00:00:00 2001 From: Rich Garner Date: Fri, 10 Jan 2025 09:52:41 -0500 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 3af2cab..ac07d5d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -87,8 +87,8 @@ exports.buildSass = series(lintSass, compileSass); exports.buildJS = series(typeCheck, compileJS); exports.buildUSWDS = build; exports.release = release; -exports.compile = uswds.compile; -exports.init = series(uswds.init); +exports.compile = compile; +exports.init = init; /** * *Watch task*