Skip to content

Commit 2c7b71a

Browse files
committed
Revert symlink: false option in build-packages.php
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 77280c9 commit 2c7b71a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/build-packages.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
$repositories[] = [
5050
'type' => 'path',
5151
'url' => $packageInfo['path'],
52-
'options' => ['symlink' => false],
5352
];
5453
$key = isset($packageData['require'][$packageName]) ? 'require' : 'require-dev';
5554
$packageData[$key][$packageName] = '@dev';

0 commit comments

Comments
 (0)