* Publish an Electron application into the given target service
(opts: PublishOptions)
| 46 | * Publish an Electron application into the given target service |
| 47 | */ |
| 48 | publish(opts: PublishOptions): Promise<void> { |
| 49 | return publish(opts); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Start an Electron application. |
no test coverage detected