Skip to content

Commit 0b289ba

Browse files
⚙️ Remove dist/ before running tests to prevent stale files (#61)
1 parent 61fa908 commit 0b289ba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/test-coverage.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -e
33

4+
# Clean dist to avoid stale files from previous bundled builds
5+
rm -rf dist
6+
47
# Build without bundling (required for per-file coverage)
58
bun run esbuild.js --no-bundle
69

0 commit comments

Comments
 (0)