4 Commits

Author SHA1 Message Date
eric
81e9b93914 fix: bun install symlinks 4
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 31s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled
2026-03-07 00:34:14 +01:00
eric
9cbd027e7e fix: bun install symlinks 4 2026-03-07 00:32:40 +01:00
eric
6b5343fdf3 fix: bun install symlinks 4 2026-03-07 00:30:13 +01:00
eric
9487fafe88 fix: bun install symlinks 3 2026-03-07 00:27:51 +01:00
3 changed files with 1 additions and 4 deletions

2
.gitignore vendored
View File

@@ -23,5 +23,3 @@ node_modules/
.env
!tests/.env
!examples/.env
.direnv

View File

@@ -1 +0,0 @@
/nix/store/qqdwqwh3dwakv119ww5hbjxlpcpf418z-pre-commit-config.json

View File

@@ -66,7 +66,7 @@
tests = {
enable = true;
entry = ''
${pkgs.bash}/bin/bash -ec 'bazel test //tests/... --test_output=errors && tests/install_test/workspace_parity.sh "$(command -v bun)"'
bazel test //tests/...
'';
pass_filenames = false;
stages = [ "pre-push" ];