Skip to content

Commit

Permalink
fix: No build task was available
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Feb 10, 2022
1 parent 1307e09 commit caf2a8e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,4 +352,15 @@ gulp.task(
readme,
copy
)
);

// Build the "dist" folder by running all of the below tasks
gulp.task(
'build',
gulp.series(
setProductionMode,
clean,
javascript,
buildSass,
)
);

0 comments on commit caf2a8e

Please # to comment.