Skip to content

Commit 2a80e69

Browse files
committed
Use gclient sync -D
I don't remember why I didn't do this before. It turns out to be an issue then it needs a comment on why.
1 parent d6f87b8 commit 2a80e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async function createProject() {
4242
process.chdir(kDawnPath);
4343
fs.copyFileSync('scripts/standalone-with-node.gclient', '.gclient');
4444
await execute('gclient', ['metrics', '--opt-out']);
45-
await execute('gclient', ['sync']);
45+
await execute('gclient', ['sync', '-D']);
4646
if (exists(kBuildPath)) {
4747
fs.rmSync(kBuildPath, {recursive: true});
4848
}

0 commit comments

Comments
 (0)