diff --git a/entrypoint.sh b/entrypoint.sh index 4df2416..cb42fb4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,4 +17,4 @@ fi echo "## Running Jest" args=$@ -sh -c "$setup npm --prefix functions test $args" \ No newline at end of file +sh -c "$setup npm --prefix functions run test $args" \ No newline at end of file