Explorar o código

Fixed default gulp task name.

Szymon Kupś %!s(int64=9) %!d(string=hai) anos
pai
achega
f4f0269874
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gulpfile.js

+ 1 - 1
gulpfile.js

@@ -33,7 +33,7 @@ require( './dev/tasks/test/tasks' )( config ).register();
 const ckeditor5Lint = require( 'ckeditor5-dev-lint' )( config );
 gulp.task( 'lint', ckeditor5Lint.lint );
 gulp.task( 'lint-staged', ckeditor5Lint.lintStaged );
-gulp.task( 'default', [ 'build' ] );
+gulp.task( 'default', [ 'compile' ] );
 gulp.task( 'pre-commit', [ 'lint-staged' ] );
 
 // Development environment tasks.