We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ea20c commit 88236d8Copy full SHA for 88236d8
package.json
@@ -3,7 +3,7 @@
3
"type": "module",
4
"scripts": {
5
"build": "tsc && ncc build src/index.mjs",
6
- "format": "prettier --write . !dist",
+ "format": "prettier --write --cache . !dist",
7
"lint": "eslint --ignore-path .gitignore .",
8
"test": "tsc && jest"
9
},
0 commit comments