mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-13 10:28:51 +00:00
chore(dx): add format script 💅 (#128)
This commit is contained in:
committed by
GitHub
parent
4c415280aa
commit
0d77013aab
2
build.js
2
build.js
@@ -17,7 +17,7 @@ esbuild
|
||||
packages: 'external'
|
||||
})
|
||||
.then(() => {
|
||||
const packageJson = JSON.stringify({ type: 'module' })
|
||||
const packageJson = JSON.stringify({type: 'module'})
|
||||
fs.writeFileSync(`${__dirname}/lib/esm/package.json`, packageJson, 'utf8')
|
||||
|
||||
console.log('esm build success.')
|
||||
|
||||
Reference in New Issue
Block a user