Our build pipeline has "package" npm step that roughly looks like:
"package": "node_modules\.bin\electron-packager.cmd . "MYAPP" --platform [...]"
Which we invoke as npm run package .
What is the syntax to invoke this plugin in this case? I have added it as a dev_dep but can't figure out how to use it as a npm step. Thanks
Our build pipeline has "package" npm step that roughly looks like:
"package": "node_modules\.bin\electron-packager.cmd . "MYAPP" --platform [...]"
Which we invoke as npm run package .
What is the syntax to invoke this plugin in this case? I have added it as a dev_dep but can't figure out how to use it as a npm step. Thanks