diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ARGS=(--allow-net --allow-env --allow-read --unstable) if grep -q "DEBUG=1" .env; then deno test "${ARGS[@]}" test/ && + echo "Tests succeeded!" && deno run "${ARGS[@]}" src/main.ts else deno run "${ARGS[@]}" src/main.ts |