mirror of
https://github.com/fawazahmed0/exchange-api.git
synced 2025-07-04 12:33:02 +00:00
This commit is contained in:
parent
27ea24f3c6
commit
55aee357ba
@ -75,6 +75,8 @@ async function begin() {
|
|||||||
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
|
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
|
||||||
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")
|
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")
|
||||||
|
|
||||||
|
fs.copyFileSync(path.join(__dirname, 'country.json'), path.join(rootDir, 'country.json'))
|
||||||
|
|
||||||
// Close the browser
|
// Close the browser
|
||||||
// await browser.close()
|
// await browser.close()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user