Commit 62f4f23
committed
chore(scripts): make prepare script ignore symlink creation failures
Add "|| true" to the ln -s command in the prepare script to prevent
the entire prepare process from failing when symlink creation doesn't
work. This ensures that git hooks setup and schema generation can
complete successfully even in environments where symlink creation
fails (such as certain Windows configurations or restricted
filesystems).
The symlink from CLAUDE.md to AGENTS.md is helpful for development
but not critical for the package to function properly.1 parent 26e947d commit 62f4f23
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments