Skip to content

Commit 44ecb22

Browse files
authored
chore: Fix prettier (#397)
1 parent ffe1134 commit 44ecb22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "jest --coverage --verbose",
1111
"build": "ncc build ./src/index.ts -o lib",
1212
"tsc": "tsc",
13-
"format": "prettier --write **/*.ts",
14-
"format:check": "prettier --check **/*.ts",
13+
"format": "prettier --write '**/*.ts'",
14+
"format:check": "prettier --check '**/*.ts'",
1515
"release": "standard-version"
1616
},
1717
"lint-staged": {

0 commit comments

Comments
 (0)