Update reproducible build script to reflect build process
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user