Skip to content

Commit 5d84745

Browse files
committed
remove hoisting prevention
1 parent 79df83b commit 5d84745

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/install_plugin_modules.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ async function assertWorkspaces () {
267267
packages: Array.from(workspaces)
268268
}
269269
}, null, 2) + '\n')
270-
await writeFile(filename(null, null, 'bunfig.toml'), `[install]
271-
hoistPattern = []
272-
publicHoistPattern = []
273-
`)
274270
}
275271

276272
/**

0 commit comments

Comments
 (0)