Skip to content

Commit 4342b64

Browse files
committed
Fix tests on Windows
1 parent 07d8ff9 commit 4342b64

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
@@ -52,7 +52,7 @@
5252
"xo": "^0.24.0"
5353
},
5454
"scripts": {
55-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
55+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5656
"build-bundle": "browserify . -s hastUtilSelect > hast-util-select.js",
5757
"build-mangle": "browserify . -s hastUtilSelect -p tinyify > hast-util-select.min.js",
5858
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)