Update reproducible build script to reflect build process
This commit is contained in:
parent
d9baaa358a
commit
ec36ae7f26
5 changed files with 148 additions and 21 deletions
|
@ -60,7 +60,7 @@ async function main() {
|
|||
|
||||
const outPath = join(__dirname, '../../build/dns-fallback.json');
|
||||
|
||||
//await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
|
||||
await writeFile(outPath, `${JSON.stringify(config, null, 2)}\n`);
|
||||
}
|
||||
|
||||
main().catch(error => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue