Skip to content
Snippets Groups Projects
Commit eedd1abe authored by Eric Bremner's avatar Eric Bremner Committed by Martin Leblanc
Browse files

ISTWCMS-5775: updating script to do es lint before build

parent ae0c919b
No related branches found
No related tags found
1 merge request!33Feature/istwcms 5775 ebremner fix build scipt
...@@ -76,6 +76,19 @@ npm install ...@@ -76,6 +76,19 @@ npm install
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Done running npm install." echo "Done running npm install."
echo "**************************************************************************************"
echo "Setting up es lint ..."
rm .eslintignore
ln -s ../.eslintignore .eslintignore
echo "**************************************************************************************"
echo "Done setting up es lint."
echo "**************************************************************************************"
echo "Running npm run build ..."
npm run build
echo "**************************************************************************************"
echo "Done running npm run build."
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Setting up pattern-lab ..." echo "Setting up pattern-lab ..."
cd patternlab cd patternlab
...@@ -89,17 +102,9 @@ cd src/styleguide/meta ...@@ -89,17 +102,9 @@ 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."
echo "**************************************************************************************"
echo "Running npm run build ..."
npm run build
echo "**************************************************************************************"
echo "Done running npm run build."
if [[ $build_option == 2 || $build_option == 4 ]]; then if [[ $build_option == 2 || $build_option == 4 ]]; then
echo "**************************************************************************************" echo "**************************************************************************************"
echo "Setting up css/js and removing ohana ..." echo "Setting up css/js and removing ohana ..."
......
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