fix: bun install symlinks

This commit is contained in:
eric
2026-03-06 23:52:27 +01:00
parent e567dad413
commit 40d621d1cf
24 changed files with 1464 additions and 56 deletions

View File

@@ -65,7 +65,10 @@
additionalHooks = {
tests = {
enable = true;
entry = "echo 'No tests defined yet.'";
entry = ''
bazel test //tests/... --test_output=errors
tests/install_test/workspace_parity.sh "$(command -v bun)"
'';
pass_filenames = false;
stages = [ "pre-push" ];
};