Skip to content

Conversation

hdeshev
Copy link
Contributor

@hdeshev hdeshev commented Sep 10, 2016

Allow for advanced uses that run npm install only once and want to avoid rerunning it on every command. We want that since always running npm install can be slow (e.g. always hitting the network for packages configured as remote git repos) and unpredictable (always running pre/post-install scripts).

This one speeds up tns livesync --watch too since it seems to run npm install on every device sync.

@enchev
Copy link
Contributor

enchev commented Sep 12, 2016

run ci
@hdeshev lint errors

@hdeshev hdeshev force-pushed the hdeshev/disable-npm-install branch from 854540a to 6d84292 Compare September 12, 2016 07:02
Allow for advanced uses that run `npm install` only once and want
to avoid rerunning it on every command.
@hdeshev hdeshev merged commit 2ece839 into master Sep 12, 2016
@hdeshev hdeshev deleted the hdeshev/disable-npm-install branch September 12, 2016 07:07
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.

2 participants