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 feb87d1 commit f7aa767Copy full SHA for f7aa767
package.json
@@ -22,7 +22,7 @@
22
"format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote --trailing-comma es5",
23
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
24
"prepublishOnly": "npm run build",
25
- "prebuild": "npm run clean && npm run format && echo Using TypeScript && tsc --version",
+ "prebuild": "npm run clean && echo Using TypeScript && tsc --version",
26
"build": "tsc --pretty",
27
"test": "jest",
28
"coverage": "jest --coverage",
0 commit comments