Browse Source

Fix build

Alex Dima 6 years ago
parent
commit
a5c9de82be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gulpfile.js

+ 1 - 0
gulpfile.js

@@ -699,6 +699,7 @@ const buildWebsiteTask = taskSeries(cleanWebsiteTask, function() {
 	);
 
 });
+gulp.task('build-website', buildWebsiteTask);
 
 gulp.task('website', taskSeries(buildWebsiteTask, function() {
 	cp.execSync('git init', {