From 7509c17bcf95e0e2ac576c786b638a675586b4db Mon Sep 17 00:00:00 2001 From: Jordan Scales Date: Wed, 22 Apr 2020 14:02:00 -0400 Subject: [PATCH] test docs/ too --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8828679..9e5d0be 100644 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #!/bin/sh npm run build -output=$( git diff build ) +output=$( git diff build docs ) if [ -z "$output" ] then