Alex Dima hace 6 años
padre
commit
a5c9de82be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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', {