Skip to content

Commit 627ba54

Browse files
authored
move bun cache to under node_modules (#7407)
1 parent 3eb1d7a commit 627ba54

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)