mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: refactor scripts for octokit update (#16284)
* chore: refactor scripts for octokit * update release script * update more octokit scripts * cleanup * remove unecessary refactor * fixup package lock
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
const cp = require('child_process')
|
||||
|
||||
const utils = require('./lib/utils')
|
||||
|
||||
const electronPath = utils.getAbsoluteElectronExec()
|
||||
|
||||
const child = cp.spawn(electronPath, process.argv.slice(2), { stdio: 'inherit' })
|
||||
|
||||
Reference in New Issue
Block a user