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