From 7133f455bd864a97adf431c4b900e1ba80395941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:27:22 -0800 Subject: [PATCH] update readme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb9e6bc..bb225c7 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,10 @@ ngrok http "file://${PWD}/tmp" ## For running using the mobile app. Open tmp/__qrcode.png to see the generated QR Codes export HOLDER_TYPE=manual yarn jest --runInBand --detectOpenHandles --forceExit src/basic.test.ts -``` \ No newline at end of file +``` + +## Cleanup +``` +rm -rf tmp/*.json(N) tmp/*.html(N) logs/*.ndjson(N) +``` +note: `(N)` is [zsh null glob qualifier](https://zsh.sourceforge.io/Doc/Release/Expansion.html#Glob-Qualifiers) \ No newline at end of file