Introduce reproducible build system on Linux
This commit is contained in:
parent
068dfbc327
commit
7ee35ebdec
6 changed files with 138 additions and 1 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