Repo for SquaredLabs custom CSS for techpark.uconn.edu
** Recommended pre-commit script **
npm run build
if git status | grep modified out.css; then
exit 1
else
git add ./out.css
exit 0
fi
npm install
npm run build
Repo for SquaredLabs custom CSS for techpark.uconn.edu
** Recommended pre-commit script **
npm run build
if git status | grep modified out.css; then
exit 1
else
git add ./out.css
exit 0
fi
npm install
npm run build