Skip to content

Commit 0c91960

Browse files
committed
do one more config to make cleanbuild idem
release.ninja deps updated by existing js files, when we do clean, it removed existing js files, the generated deps file is different
1 parent 4e77bc2 commit 0c91960

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ninja.js

+4
Original file line numberDiff line numberDiff line change
@@ -1850,6 +1850,10 @@ function main() {
18501850
cwd: __dirname,
18511851
stdio: [0, 1, 2],
18521852
});
1853+
cp.execSync(`node ${__filename} config`, {
1854+
cwd: __dirname,
1855+
stdio: [0, 1, 2],
1856+
});
18531857
break;
18541858
case "docs":
18551859
console.log(`building docs`);

0 commit comments

Comments
 (0)