We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f87b8 commit 2a80e69Copy full SHA for 2a80e69
1 file changed
build/build.js
@@ -42,7 +42,7 @@ async function createProject() {
42
process.chdir(kDawnPath);
43
fs.copyFileSync('scripts/standalone-with-node.gclient', '.gclient');
44
await execute('gclient', ['metrics', '--opt-out']);
45
- await execute('gclient', ['sync']);
+ await execute('gclient', ['sync', '-D']);
46
if (exists(kBuildPath)) {
47
fs.rmSync(kBuildPath, {recursive: true});
48
}
0 commit comments