electron-angular-toolkit
electron-angular-toolkit copied to clipboard
electron-rebuild on publish
Because some modules will need an own build for electron, it is necessary to run electron-rebuild after the nativeModules are installed..
This can also be done with electron-builder by running:
electron-builder install-app-deps
Because of the separate node_modules folder in the bundle folder, there must exist a package.json file (could be copied from the original), before running the above.