8
0
Piotrek Koszuliński 10 лет назад
Родитель
Сommit
bf1bdf5cda
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      dev/tasks/dev/tasks/update.js

+ 3 - 3
dev/tasks/dev/tasks/update.js

@@ -13,9 +13,9 @@ const log = require( '../utils/log' );
 /**
 /**
  * 1. Get CKEditor 5 dependencies from package.json in main CKEditor 5 repository.
  * 1. Get CKEditor 5 dependencies from package.json in main CKEditor 5 repository.
  * 2. If dependency's repository is already cloned in workspace:
  * 2. If dependency's repository is already cloned in workspace:
- * 		2.1. Fetch and checkout to specified branch.
- * 		2.2. Pull changes to that branch.
- * 		2.3. if --npm-update was specified run npm update --dev in that repository.
+ *		2.1. Fetch and checkout to specified branch.
+ *		2.2. Pull changes to that branch.
+ *		2.3. if --npm-update was specified run npm update --dev in that repository.
  *		2.4. Recreate symbolic link between repo and main node_modules.
  *		2.4. Recreate symbolic link between repo and main node_modules.
  * 3. If dependency's repository is not cloned yet - run gulp install on this dependency.
  * 3. If dependency's repository is not cloned yet - run gulp install on this dependency.
  * 4. Remove symbolic links to dependencies that are not used in current package.json configuration.
  * 4. Remove symbolic links to dependencies that are not used in current package.json configuration.