浏览代码

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

Piotrek Koszuliński 8 年之前
父节点
当前提交
2b708d8b0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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..."
 echo "Linking eslint-config-ckeditor5..."
 
 
 rm -rf node_modules/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/