We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce02b4f commit 180a936Copy full SHA for 180a936
build/build.js
@@ -80,6 +80,7 @@ async function main() {
80
const target = `${process.platform}-${process.arch}`;
81
console.log('building for:', target);
82
if (!compileOnly) {
83
+ await execute('git', ['submodule', 'update', '--init']);
84
await createProject();
85
}
86
await compile();
0 commit comments