Browse Source

Internal: Made switch-to-dev-dev symlink all dev packages. [skip ci]

Piotrek Koszuliński 8 years ago
parent
commit
13793101b5
1 changed files with 10 additions and 0 deletions
  1. 10 0
      scripts/switch-to-dev-dev.sh

+ 10 - 0
scripts/switch-to-dev-dev.sh

@@ -42,3 +42,13 @@ echo "Linking eslint-config-ckeditor5..."
 
 rm -rf node_modules/eslint-config-ckeditor5
 ln -s ../../ckeditor5-dev/packages/eslint-config-ckeditor5 node_modules/
+
+echo "Linking jsdoc-plugins..."
+
+rm -rf node_modules/@ckeditor/jsdoc-plugins
+ln -s ../../../ckeditor5-dev/packages/jsdoc-plugins node_modules/@ckeditor
+
+echo "Linking ckeditor5-dev-webpack-plugin..."
+
+rm -rf node_modules/@ckeditor/ckeditor5-dev-webpack-plugin
+ln -s ../../../ckeditor5-dev/packages/ckeditor5-dev-webpack-plugin node_modules/@ckeditor