|
@@ -16,22 +16,6 @@ gulp.task( 'lint', ckeditor5Lint.lint );
|
|
|
gulp.task( 'lint-staged', ckeditor5Lint.lintStaged );
|
|
gulp.task( 'lint-staged', ckeditor5Lint.lintStaged );
|
|
|
gulp.task( 'pre-commit', [ 'lint-staged' ] );
|
|
gulp.task( 'pre-commit', [ 'lint-staged' ] );
|
|
|
|
|
|
|
|
-// Development environment tasks. ---------------------------------------------
|
|
|
|
|
-
|
|
|
|
|
-const ckeditor5DevEnv = require( '@ckeditor/ckeditor5-dev-env' )( {
|
|
|
|
|
- workspaceDir: '..'
|
|
|
|
|
-} );
|
|
|
|
|
-
|
|
|
|
|
-gulp.task( 'init', ckeditor5DevEnv.initRepository );
|
|
|
|
|
-gulp.task( 'create-package', ckeditor5DevEnv.createPackage );
|
|
|
|
|
-gulp.task( 'update', ckeditor5DevEnv.updateRepositories );
|
|
|
|
|
-gulp.task( 'pull', ckeditor5DevEnv.updateRepositories );
|
|
|
|
|
-gulp.task( 'status', ckeditor5DevEnv.checkStatus );
|
|
|
|
|
-gulp.task( 'st', ckeditor5DevEnv.checkStatus );
|
|
|
|
|
-gulp.task( 'relink', ckeditor5DevEnv.relink );
|
|
|
|
|
-gulp.task( 'install', ckeditor5DevEnv.installPackage );
|
|
|
|
|
-gulp.task( 'exec', ckeditor5DevEnv.execOnRepositories );
|
|
|
|
|
-
|
|
|
|
|
// Documentation. -------------------------------------------------------------
|
|
// Documentation. -------------------------------------------------------------
|
|
|
|
|
|
|
|
gulp.task( 'docs', () => {
|
|
gulp.task( 'docs', () => {
|