1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-09 05:30:49 +02:00

test docs/ too

This commit is contained in:
Jordan Scales
2020-04-22 14:02:00 -04:00
parent 4a1338c80d
commit 7509c17bcf

View File

@@ -1,7 +1,7 @@
#!/bin/sh
npm run build
output=$( git diff build )
output=$( git diff build docs )
if [ -z "$output" ]
then