MCPcopy
hub / github.com/electron/forge / publish

Method publish

packages/api/core/src/api/index.ts:48–50  ·  view source on GitHub ↗

* Publish an Electron application into the given target service

(opts: PublishOptions)

Source from the content-addressed store, hash-verified

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.

Callers 2

Calls 1

publishFunction · 0.85

Tested by

no test coverage detected