Skip to content
Snippets Groups Projects
Commit 8339343e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5718: adding sym link to .eslintignore file

parent 8a09a360
No related branches found
No related tags found
1 merge request!27Feature/istwcms 5718 ebremner ff
...@@ -95,6 +95,8 @@ cd src/styleguide/meta ...@@ -95,6 +95,8 @@ cd src/styleguide/meta
rm _foot.twig rm _foot.twig
ln -s ../../../../styleguide/_foot.twig _foot.twig ln -s ../../../../styleguide/_foot.twig _foot.twig
cd ../../.. cd ../../..
rm .eslintignore
ln -s ../.eslintignore .eslintignore
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done setting up pattern-lab." echo "Done setting up pattern-lab."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment