fix
This commit is contained in:
parent
b4e58d5650
commit
afc54cfb8d
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ if (fs.existsSync(targetPath)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
//创建软链接
|
//创建软链接
|
||||||
fs.symlinkSync(process.cwd(), targetPath, 'junction');
|
fs.symlinkSync(`${process.cwd()}/dev`, targetPath, 'junction');
|
||||||
console.log(`Done! Created symlink ${targetPath}`);
|
console.log(`Done! Created symlink ${targetPath}`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue