mirror of
https://github.com/electron/electron.git
synced 2026-01-06 22:24:03 -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"
|
||||
fi
|
||||
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": [
|
||||
"spec",
|
||||
"spec/fixtures/native-addon/*"
|
||||
]
|
||||
],
|
||||
"dependenciesMeta": {
|
||||
"dugite": {
|
||||
"built": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user