capacitor-community / electron

Deploy your Capacitor apps to Linux, Mac, and Windows desktops, with the Electron platform! 🖥️
https://capacitor-community.github.io/electron/
MIT License
318 stars 58 forks source link

feat: support custom npmClient and registry #248

Closed imba97 closed 7 months ago

imba97 commented 1 year ago

support custom npmClient and registry

capacitor.config.json

"electron": {
  "npmClient": "yarn",
  "registry": "https://example.com/repository/"
}