ソースを参照

Removed the old env tasks.

Piotrek Koszuliński 9 年 前
コミット
b09b067dd6
2 ファイル変更0 行追加17 行削除
  1. 0 16
      gulpfile.js
  2. 0 1
      package.json

+ 0 - 16
gulpfile.js

@@ -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', () => {

+ 0 - 1
package.json

@@ -29,7 +29,6 @@
   },
   },
   "devDependencies": {
   "devDependencies": {
     "@ckeditor/ckeditor5-dev-docs": "^6.0.0",
     "@ckeditor/ckeditor5-dev-docs": "^6.0.0",
-    "@ckeditor/ckeditor5-dev-env": "^2.0.0",
     "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
     "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
     "@ckeditor/ckeditor5-dev-tests": "^4.0.0",
     "@ckeditor/ckeditor5-dev-tests": "^4.0.0",
     "gulp": "^3.9.0",
     "gulp": "^3.9.0",