mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-16 19:51:57 +08:00
Deleted 'chmod' command as not necessary and caused 'Too many open files in system' (#1388)
This commit is contained in:
@@ -178,7 +178,6 @@ function optimizeToTestInDebugMode() {
|
||||
|
||||
function grantAccess(folderPath) {
|
||||
execSync('chown -R `whoami` ' + folderPath);
|
||||
execSync('chmod -R 755 ' + folderPath);
|
||||
}
|
||||
|
||||
function copyRecursiveSync(src, dest) {
|
||||
|
||||
Reference in New Issue
Block a user