style: use Prettier with cache enabled (#192)

This commit is contained in:
Alfi Maulana
2024-02-11 16:34:02 +07:00
committed by GitHub
parent 40abb6d4b8
commit 1acb632241

View File

@@ -3,7 +3,7 @@
"type": "module",
"scripts": {
"build": "tsc && ncc build src/index.mjs -o dist",
"format": "prettier --write . !dist !README.md",
"format": "prettier --write --cache . !dist !README.md",
"lint": "eslint --ignore-path .gitignore .",
"test": "tsc && jest"
},