mirror of
https://github.com/electron/electron.git
synced 2026-01-12 08:58:40 -05:00
* build: update to yarn v4
(cherry picked from commit 6adec744f3)
* chore: fixup types after yarn v4 migration
* chore: update nan yarn.lock patch
* build: automatically install git for dugite
8 lines
199 B
JavaScript
Executable File
8 lines
199 B
JavaScript
Executable File
const path = require('node:path');
|
|
|
|
exports.YARN_SCRIPT_PATH = path.resolve(__dirname, '..', '.yarn/releases/yarn-4.11.0.cjs');
|
|
|
|
if (require.main === module) {
|
|
require(exports.YARN_SCRIPT_PATH);
|
|
}
|