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:
parent
434f1368a0
commit
000be5d1d4
9 changed files with 444 additions and 280 deletions
|
@ -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' })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue