electron/script/yarn.js
John Kleinschmidt b2e73d28e2
build: update to yarn v4 (#48994)
* build: update to yarn v4

(cherry picked from commit 6adec744f3411240a63fd194a319b510872eca93)

* chore: fixup types after yarn v4 migration

* chore: update nan yarn.lock patch

* build: automatically install git for dugite
2025-11-19 17:32:30 -05:00

7 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);
}