Skip to content

Commit 2d9916f

Browse files
committed
fix CLAUDE instructions
1 parent 00ea25d commit 2d9916f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The build system is implemented in F# at `src/Fable.Build/`. All commands go thr
1919
# Run tests (targets: javascript, typescript, python, dart, rust, beam, integration)
2020
./build.sh test javascript
2121
./build.sh test javascript --watch # Watch mode (recompile on changes)
22-
./build.sh test javascript --skip-fable-library # Skip fable-library rebuild (only if fable-library source is unchanged)
22+
./build.sh test javascript --force-fable-library # Force fable-library rebuild (needed if you modified Fable compiler to fix the generation of `src/fable-library-*/**/*.fs` files)
2323

2424
# Python-specific options
2525
./build.sh test python --skip-fable-library-core # Skip slow Rust extension + .pyi rebuild (Python only)

0 commit comments

Comments
 (0)