Skip to content

Commit 858e9a1

Browse files
authored
Remove unexpected --write flag from prettier script (kentcdodds#17)
1 parent 8792739 commit 858e9a1

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
@@ -7,7 +7,7 @@
77
"build": "babel src --out-dir dist",
88
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
99
"check-types": "tsc",
10-
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json)\"",
10+
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json)\"",
1111
"format": "npm run prettier -- --write",
1212
"check-format": "npm run prettier -- --list-different",
1313
"validate": "npm-run-all --parallel check-types check-format lint build"

0 commit comments

Comments
 (0)