-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Any options to skip installAppDependencies #442
Comments
To speed up during test, set compression to store — see https://github.com/electron-userland/electron-builder/wiki/Options But it doesn't disable rebuild. Could you please provide example of slow native ext — name? |
"Set compression to store" do a big help, but I still want an option to skip installAppDependencies. In my project, there is a few native module (mongodb driver, redis driver, fibers, kerberos). In common, I just build native modules once, then in build process, gulp will copy native module to app directory. I need not to rebuild them again. |
installAppDependencies is slow. In test install process, I want to skip installAppDependencies.
Is there any option to do it?
The text was updated successfully, but these errors were encountered: