Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
richgarner71 committed Jan 10, 2025
1 parent 80d4cd2 commit d4a08b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit d4a08b1

Please sign in to comment.