Skip to content

Commit c1e7843

Browse files
authored
Probes II (#1879)
2 parents 4653249 + 29bb6c1 commit c1e7843

File tree

217 files changed

+16624
-6530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+16624
-6530
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,8 @@ hazel.opam.locked.old
5959

6060
# Code coverage
6161
_coverage/
62-
node_modules/**
62+
node_modules/**
63+
node_modules
64+
65+
# Claude Code
66+
.claude/

hazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ set -e
88
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
99

1010
# Path to the JS target relative to the script
11-
JS_TARGET="$SCRIPT_DIR/_build/default/src/hazelcli/cli.bc.js"
11+
JS_TARGET="$SCRIPT_DIR/_build/default/src/CLI/cli.bc.js"
1212

1313
# Run Dune in the script's directory
14-
(cd "$SCRIPT_DIR" && dune build ./src/hazelcli/cli.bc.js)
14+
(cd "$SCRIPT_DIR" && dune build ./src/CLI/cli.bc.js)
1515

1616
# Execute the compiled JavaScript with node
1717
node "$JS_TARGET" "$@"

0 commit comments

Comments
 (0)