Skip to content

Commit

Permalink
Internal: Make the switch-to-dev-dev task link also the ESLint config…
Browse files Browse the repository at this point in the history
…. [skip ci]
  • Loading branch information
Reinmar committed May 12, 2017
1 parent 2ca8a45 commit ea4dc26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/switch-to-dev-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit ea4dc26

Please sign in to comment.