Browse Source

Internal: Fixed path to eslint-config-ckeditor5 set by switch-to-dev-dev. [skip ci]

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

+ 1 - 1
scripts/switch-to-dev-dev.sh

@@ -41,4 +41,4 @@ 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/
+ln -s ../../ckeditor5-dev/packages/eslint-config-ckeditor5 node_modules/