We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978186c commit 1a1d913Copy full SHA for 1a1d913
1 file changed
typescript/package.json
@@ -12,8 +12,8 @@
12
"types": "./dist/index.d.ts",
13
"type": "module",
14
"scripts": {
15
- "fmt": "prettier --write \"**/*.{ts,js}\"",
16
- "fmt:check": "prettier --check \"**/*.{ts,js}\"",
+ "fmt": "prettier --write \"**/*.{ts,js}\" \"!dist/**/*\"",
+ "fmt:check": "prettier --check \"**/*.{ts,js}\" \"!dist/**/*\"",
17
"tsc": "tsc --noEmit",
18
"tsc:watch": "tsc --noEmit --watch",
19
"build-types": "tsc src/bufferfish.ts --declaration --emitDeclarationOnly --outfile dist/index.d.ts"
0 commit comments