Desktop Application

Hi, i’m trying to deploy my application as an Electron web application I have ran:
ionic cap add electron
and ionic cap build electron
these then give me:

Build at: 2021-12-08T22:59:49.241Z - Hash: 03ad3312c6ea633c84c2 - Time: 11724ms
> capacitor.cmd sync electron

[INFO] Ready to be used in Electron!

however ionic cap open electron does nothing other than:

Run `npm audit` for details.
> capacitor.cmd add electron
> capacitor.cmd open electron

are there any other steps I need to do? The docs link is broken and I cant see many tutorials regarding electron. I don’t need it uploaded to the windows store or anything just as an exe as it is just an app for myself.
Thanks.