Skip to content

Commit f7aa767

Browse files
committed
Do not format code automatically
1 parent feb87d1 commit f7aa767

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
"format": "prettier --write \"{src,__tests__}/**/*.ts\" --single-quote --trailing-comma es5",
2323
"lint": "tslint --force --format verbose \"src/**/*.ts\"",
2424
"prepublishOnly": "npm run build",
25-
"prebuild": "npm run clean && npm run format && echo Using TypeScript && tsc --version",
25+
"prebuild": "npm run clean && echo Using TypeScript && tsc --version",
2626
"build": "tsc --pretty",
2727
"test": "jest",
2828
"coverage": "jest --coverage",

0 commit comments

Comments
 (0)