Skip to content

Commit 003cbda

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent d0bac18 commit 003cbda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/DevToolCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected function enablesVueDevTool(Filesystem $filesystem, PackageManifest $ma
115115
}
116116

117117
$this->executeCommand(['npm set progress=false', 'npm ci'], $novaVendorPath);
118-
$filesystem->put("{$novaVendorPath}/node_modules/.gitignore", '*');
118+
$filesystem->put(join_paths($novaVendorPath, 'node_modules', '.gitignore'), '*');
119119

120120
$this->executeCommand(['npm set progress=false', 'npm run dev'], $novaVendorPath);
121121

0 commit comments

Comments
 (0)