From 6dd653d9fa3a746fac710120c4dfb9a985089fba Mon Sep 17 00:00:00 2001 From: Matt Charlton Date: Fri, 15 Nov 2019 13:14:58 +0000 Subject: [PATCH] correct file path to js file --- script/percy-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/percy-tests.sh b/script/percy-tests.sh index d5a92b9b..161932b8 100755 --- a/script/percy-tests.sh +++ b/script/percy-tests.sh @@ -9,4 +9,4 @@ cleanup() { } trap cleanup EXIT INT -npx percy exec -- node percy-tests.js +npx percy exec -- node script/percy-tests.js