Skip to content

Commit 7717b73

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 f75a12d commit 7717b73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ninja.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,6 +1849,10 @@ function main() {
18491849
cwd: __dirname,
18501850
stdio: [0, 1, 2],
18511851
});
1852+
cp.execSync(`node ${__filename} config`, {
1853+
cwd: __dirname,
1854+
stdio: [0, 1, 2],
1855+
});
18521856
break;
18531857
case "docs":
18541858
console.log(`building docs`);

0 commit comments

Comments
 (0)