Skip to content

Commit 1852896

Browse files
committed
chore: fix prettify script
1 parent 2cf6558 commit 1852896

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
@@ -4,7 +4,7 @@
44
"description": "React native input with increase and decrease buttons",
55
"main": "index.js",
66
"scripts": {
7-
"prettify": "prettier --write './*.{ts,json,md,yml,js}'",
7+
"prettify": "prettier --write '*.{ts,json,md,yml,js}'",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)