Skip to content

Commit 08689a7

Browse files
Merge branch 'master' into rob.carlan/dsm-context-prop-race-conditions
2 parents 30726c9 + 627ba54 commit 08689a7

File tree

1 file changed

+1
-1
lines changed
  • integration-tests/helpers

1 file changed

+1
-1
lines changed

integration-tests/helpers/bun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const { join, resolve } = require('path')
44

55
const PROJECT_ROOT = resolve(__dirname, '..', '..')
6-
const BUN_INSTALL = join(PROJECT_ROOT, '.bun')
6+
const BUN_INSTALL = join(PROJECT_ROOT, 'node_modules', '.cache', 'bun')
77
const BUN = join(PROJECT_ROOT, 'node_modules', '.bin', 'bun')
88

99
/**

0 commit comments

Comments
 (0)