Skip to content

Commit f73679c

Browse files
committed
Fix site:doctor to work with generator-statisk
1 parent 4f8d2fd commit f73679c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/jekyll/templates/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gulp.task('site', done => {
2525
});
2626

2727
// 'gulp doctor' -- literally just runs jekyll doctor
28-
gulp.task('site:doctor', done => {
28+
gulp.task('site:check', done => {
2929
shell.exec('jekyll doctor');
3030
done();
3131
});

0 commit comments

Comments
 (0)