mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Copy node_modules if the directory exists (#607)
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@ if (argv['activity-name']) config.setName(argv['activity-name']);
|
||||
var options = {
|
||||
link: argv.link || argv.shared,
|
||||
customTemplate: argv.argv.remain[3],
|
||||
activityName: argv['activity-name'],
|
||||
copyPlatformNodeModules: true
|
||||
activityName: argv['activity-name']
|
||||
};
|
||||
|
||||
require('./templates/cordova/loggingHelper').adjustLoggerLevel(argv);
|
||||
|
||||
Reference in New Issue
Block a user