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 a410051 commit d8a7c94Copy full SHA for d8a7c94
package.json
@@ -22,7 +22,7 @@
22
"mysql"
23
],
24
"scripts": {
25
- "format": "prettier --write \"**/*.ts\"",
+ "format": "prettier --write \"src/**/*.ts\"",
26
"build": "rm -rf ./dist && tsc && npm run build:index",
27
"build:index": "rm -rf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts",
28
"prepublish": "npm run format && npm run build",
0 commit comments