Skip to content

Commit d8a7c94

Browse files
committed
chore: changed pretter to format only src
1 parent a410051 commit d8a7c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"mysql"
2323
],
2424
"scripts": {
25-
"format": "prettier --write \"**/*.ts\"",
25+
"format": "prettier --write \"src/**/*.ts\"",
2626
"build": "rm -rf ./dist && tsc && npm run build:index",
2727
"build:index": "rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
2828
"prepublish": "npm run format && npm run build",

0 commit comments

Comments
 (0)