Explorar el Código

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

Piotrek Koszuliński hace 8 años
padre
commit
ea4dc26fda
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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/