* Resolves hooks if they are a path to a file (instead of a `Function`)
(opts: PackageOptions)
| 39 | * Resolves hooks if they are a path to a file (instead of a `Function`) |
| 40 | */ |
| 41 | async package(opts: PackageOptions): Promise<void> { |
| 42 | await _package(opts); |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Publish an Electron application into the given target service |
no outgoing calls
no test coverage detected