Skip to content

Commit

Permalink
Add build command for Gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Jun 11, 2021
1 parent 90c87a0 commit 76f19d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ function assetsCopy(cb) {
cb();
}

exports.build = series(reset, assetsCopy, styles);

exports.default = series(
reset, assetsCopy, styles, function() {
// You can use a single task
Expand Down

0 comments on commit 76f19d8

Please sign in to comment.