build: use default ncc build output

This commit is contained in:
Alfi Maulana 2024-03-04 20:25:00 +07:00
parent d37829ef6a
commit f7f2b5e5b5
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -2,7 +2,7 @@
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "ncc build src/index.ts -o dist", "build": "ncc build src/index.ts",
"format": "prettier --write --cache . !dist !README.md", "format": "prettier --write --cache . !dist !README.md",
"lint": "eslint --ignore-path .gitignore ." "lint": "eslint --ignore-path .gitignore ."
}, },