Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only copy platform node_modules when created by binary #456

Merged
merged 1 commit into from
Nov 7, 2018

Conversation

erisu
Copy link
Member

@erisu erisu commented Nov 7, 2018

Platforms affected

ios

What does this PR do?

When platform is installed though CLI, cordova platform add ios, the copy node_modules step is no longer valid as dependencies are now at the project level.

The step is required only when the create binary from the platform repo is called.

apache/cordova#32

What testing has been done on this change?

@erisu erisu requested review from dpogue and raphinesse November 7, 2018 06:04
Copy link
Member

@dpogue dpogue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov-io
Copy link

codecov-io commented Nov 7, 2018

Codecov Report

Merging #456 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #456   +/-   ##
=======================================
  Coverage   74.29%   74.29%           
=======================================
  Files          12       12           
  Lines        1564     1564           
=======================================
  Hits         1162     1162           
  Misses        402      402

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a006db...1aad826. Read the comment docs.

@dpogue dpogue merged commit df2c93e into apache:master Nov 7, 2018
@erisu erisu changed the title Only copy platform node_modules when create by bin Only copy platform node_modules when created by binary Nov 7, 2018
@erisu erisu deleted the remove-node_module-copy branch April 4, 2019 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants