mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
build: automatically install git for dugite (#49022)
This commit is contained in:
committed by
GitHub
parent
8f9637fde4
commit
203540c8aa
@@ -22,6 +22,3 @@ runs:
|
|||||||
export npm_config_arch="ia32"
|
export npm_config_arch="ia32"
|
||||||
fi
|
fi
|
||||||
node script/yarn.js install --immutable
|
node script/yarn.js install --immutable
|
||||||
if [ "$BUILD_TYPE" = "win" ]; then
|
|
||||||
node node_modules/dugite/script/download-git.js
|
|
||||||
fi
|
|
||||||
|
|||||||
@@ -139,5 +139,10 @@
|
|||||||
"workspaces": [
|
"workspaces": [
|
||||||
"spec",
|
"spec",
|
||||||
"spec/fixtures/native-addon/*"
|
"spec/fixtures/native-addon/*"
|
||||||
]
|
],
|
||||||
|
"dependenciesMeta": {
|
||||||
|
"dugite": {
|
||||||
|
"built": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4726,6 +4726,9 @@ __metadata:
|
|||||||
webpack: "npm:^5.95.0"
|
webpack: "npm:^5.95.0"
|
||||||
webpack-cli: "npm:^6.0.1"
|
webpack-cli: "npm:^6.0.1"
|
||||||
wrapper-webpack-plugin: "npm:^2.2.0"
|
wrapper-webpack-plugin: "npm:^2.2.0"
|
||||||
|
dependenciesMeta:
|
||||||
|
dugite:
|
||||||
|
built: true
|
||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user