Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @electron-forge/core-utils

Index

Functions

  • getElectronModulePath(dir: string, packageJSON: PackageJSONWithDeps): Promise<string | undefined>
  • hasYarn(): boolean
  • listrCompatibleRebuildHook<Ctx>(buildPath: string, electronVersion: string, platform: string, arch: string, config?: Partial<RebuildOptions>, task: ForgeListrTask<Ctx>, taskTitlePrefix?: string): Promise<void>
  • safeYarnOrNpm(): "yarn" | "npm"
  • updateElectronDependency(packageJSON: PackageJSONWithDeps, dev: string[], exact: string[]): [string[], string[]]