Skip to content

Commit 08c11d4

Browse files
committed
Fix tests on Windows
1 parent ff6dd06 commit 08c11d4

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
@@ -36,7 +36,7 @@
3636
"xo": "^0.23.0"
3737
},
3838
"scripts": {
39-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
39+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4040
"build-bundle": "browserify . -s unistUtilModifyChildren > unist-util-modify-children.js",
4141
"build-mangle": "browserify . -s unistUtilModifyChildren -p tinyify > unist-util-modify-children.min.js",
4242
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)