-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add a flag to disable npm rebuild #21
Comments
I find that most of my projects have some sort of a npm build step, i.e libsass or some crypto thing. I feel like it is a good feature suggestion, but could you please describe what issues you are having so I can capture it in a test case? |
Is there any reason why |
Running
If the alternative is doing an It certainly seems like we could make the |
I think I am approaching the deployment of my application incorrectly, so I will be revising it now. Thanks for your feedback. |
To sum it up: if you don't do We can consider adding this option if someone really wants it for some edge case. |
The only value I could see is if you knew that all of your compilation was related to dev dependencies and you didn't care about that for a deployment |
I'm reopening this issue for the following use-case (and the fact that I think it'll be easy to implement): Our freight server is the exact same AWS AMI/machine as our CI servers that download the freight bundles. So I think that we can optimize our CI builds by just assuming that the initial |
We would find this very useful. |
Hello,
Would it be possible to add a flag or a config key to disable npm rebuild after extracting ? Or is there a specific reason for it to run everytime?
The text was updated successfully, but these errors were encountered: