Skip to content

Commit

Permalink
test(ses): cleanup after running Hermes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 14, 2024
1 parent b3bdf26 commit 7c2bc13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ses/scripts/hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ echo "Hermes compiler done"
echo "Skipping: Hermes VM"

echo "Hermes tests complete"

echo "Removing: test/hermes-smoke-dist.js"
rm test/hermes-smoke-dist.js
echo "Removing: test/hermes-smoke-dist.hbc"
rm test/hermes-smoke-dist.hbc

0 comments on commit 7c2bc13

Please sign in to comment.