Browse Source

Internal: Make the switch-to-dev-dev task link also the ESLint config. [skip ci]

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

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

@@ -37,3 +37,8 @@ echo "Linking ckeditor5-dev-utils..."
 
 rm -rf node_modules/@ckeditor/ckeditor5-dev-utils
 ln -s ../../../ckeditor5-dev/packages/ckeditor5-dev-utils node_modules/@ckeditor
+
+echo "Linking eslint-config-ckeditor5..."
+
+rm -rf node_modules/eslint-config-ckeditor5
+ln -s ../../../ckeditor5-dev/packages/eslint-config-ckeditor5 node_modules/