mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 12:33:43 +08:00
feat: apply patch after setting up subtree
This commit is contained in:
@ -24,6 +24,9 @@ function processRoot() {
|
||||
rimraf.sync(filePath);
|
||||
}
|
||||
}
|
||||
|
||||
// Delete .bin so it doesn't contain broken symlinks that trip up nfpm.
|
||||
rimraf.sync(path.join(__dirname, 'node_modules', '.bin'));
|
||||
}
|
||||
|
||||
function processLib() {
|
||||
|
Reference in New Issue
Block a user