Modified serve task to use test jekyll build

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-02-27 00:38:17 +01:00
parent 40eb720712
commit 2722f72c9c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ gulp.task("build:scripts:watch", gulp.series("build:scripts", function (callback
// Static Server + watching files.
// Note: passing anything besides hard-coded literal paths with globs doesn't
// seem to work with gulp.watch().
gulp.task("serve", gulp.series("build:local", function () {
gulp.task("serve", gulp.series("build:test", function () {
browserSync.init({
server: paths.siteDir,