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

ISTWCMS-3598: removing options

parent d34a0e6c
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,15 @@ rm screenshot.png
rm -rf templates
echo "Done removing gesso theme files."
if [ ${build_option} = 3 ] || [ ${build_option} = 4 ]; then
echo "Running npm install ..."
npm install
echo "Done npm install."
echo "Running npm install ..."
npm install
echo "Done npm install."
echo "Removing style lint config and replacing with UW config ..."
rm .stylelintrc.yml
cp ../.stylelintrc.yml .
echo "Done removing style lint config and replacing with UW config"
echo "Removing style lint config and replacing with UW config ..."
rm .stylelintrc.yml
cp ../.stylelintrc.yml .
echo "Done removing style lint config and replacing with UW config"
echo "Running gulp build ..."
gulp build
echo "Done running gulp build."
fi
echo "Running gulp build ..."
gulp build
echo "Done running gulp build."
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