Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed May 8, 2024
1 parent 4c2a27b commit a81f1eb
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 165 deletions.
4 changes: 2 additions & 2 deletions scripts/prebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deleteAllFilesInDirectory('.cache').then(() => {
const filenameWithoutExt = `./${filename.replace('.js', "'")}`
modifiedContents = modifiedContents.replace(
filenameWithoutExt,
`${filenameWithoutExt.replace("'", '')}.mjs'`
`${filenameWithoutExt.replace("'", '')}.mjs'`,
)
})
await fs.writeFileSync(originalPath, modifiedContents, 'utf-8')
Expand All @@ -51,6 +51,6 @@ deleteAllFilesInDirectory('.cache').then(() => {
}
}
processFiles()
}
},
)
})
Loading

0 comments on commit a81f1eb

Please sign in to comment.