Skip to content

Commit d71cc98

Browse files
committed
Fix tests on Windows
1 parent 3756c4a commit d71cc98

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
@@ -35,7 +35,7 @@
3535
"xo": "^0.23.0"
3636
},
3737
"scripts": {
38-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
38+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3939
"build-bundle": "browserify . --bare -s unistUtilInspect > unist-util-inspect.js",
4040
"build-mangle": "browserify . --bare -s unistUtilInspect -p tinyify > unist-util-inspect.min.js",
4141
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)