Explorar o código

Passing configuration object to ckeditor5-dev-env tasks.

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

+ 1 - 1
gulpfile.js

@@ -29,7 +29,7 @@ gulp.task( 'default', [ 'build' ] );
 gulp.task( 'pre-commit', [ 'lint-staged' ] );
 
 // Development environment tasks.
-const ckeditor5DevEnv = require( 'ckeditor5-dev-env' )( config.WORKSPACE_DIR );
+const ckeditor5DevEnv = require( 'ckeditor5-dev-env' )( config );
 gulp.task( 'init', ckeditor5DevEnv.initRepository );
 gulp.task( 'create-package', ckeditor5DevEnv.createPackage );
 gulp.task( 'update', ckeditor5DevEnv.updateRepositories );