Skip to content

Commit 180a936

Browse files
committed
update submodules on build
1 parent ce02b4f commit 180a936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ async function main() {
8080
const target = `${process.platform}-${process.arch}`;
8181
console.log('building for:', target);
8282
if (!compileOnly) {
83+
await execute('git', ['submodule', 'update', '--init']);
8384
await createProject();
8485
}
8586
await compile();

0 commit comments

Comments
 (0)