98se.css/test.sh
2020-04-22 14:02:00 -04:00

12 lines
178 B
Bash

#!/bin/sh
npm run build
output=$( git diff build docs )
if [ -z "$output" ]
then
break
else
echo "Please commit the latest build of 98.css (git commit)"
exit 1;
fi