Skip to content

Commit 05ea38b

Browse files
committed
script moved
1 parent 7b6ae44 commit 05ea38b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
cd "$(dirname "${BASH_SOURCE[0]}")/.."
4+
# Move to repo root
5+
cd "$(dirname "${BASH_SOURCE[0]}")/../../.."
56

67
pattern="test/unit/SSVClusters/*.test.ts"
78

0 commit comments

Comments
 (0)