mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
build: use @electron-ci/dev-root for package.json default (#49154)
This commit is contained in:
committed by
GitHub
parent
33f6942565
commit
bab6bd3dae
@@ -13,6 +13,7 @@ import { createGitHubTokenStrategy } from '../github-token';
|
||||
import { ELECTRON_ORG, ELECTRON_REPO, ElectronReleaseRepo, NIGHTLY_REPO } from '../types';
|
||||
|
||||
const rootPackageJson = JSON.parse(fs.readFileSync(path.resolve(__dirname, '../../../package.json'), 'utf-8'));
|
||||
rootPackageJson.name = 'electron';
|
||||
|
||||
if (!process.env.ELECTRON_NPM_OTP) {
|
||||
console.error('Please set ELECTRON_NPM_OTP');
|
||||
|
||||
Reference in New Issue
Block a user