Skip to content

Commit

Permalink
Merge pull request #6 from erisu/remove-node_module-copy
Browse files Browse the repository at this point in the history
Only copy platform node_modules when created by binary
  • Loading branch information
dpogue committed Nov 8, 2018
2 parents 9f44c72 + 4c4e465 commit 8190b1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/create
Expand Up @@ -69,6 +69,7 @@ else {
cli: argv.cli,
link: argv.link || argv.shared,
customTemplate: argv.argv.remain[3],
copyPlatformNodeModules: true
};

Api.createPlatform(projectPath, config, options);
Expand Down

0 comments on commit 8190b1d

Please sign in to comment.