Skip to content

Commit

Permalink
fix #99
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 authored Apr 29, 2024
1 parent 27ea24f commit 55aee35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions currscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ async function begin() {
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")

fs.copyFileSync(path.join(__dirname, 'country.json'), path.join(rootDir, 'country.json'))

// Close the browser
// await browser.close()
}
Expand Down

0 comments on commit 55aee35

Please sign in to comment.