Skip to content

Commit 77df857

Browse files
committed
Fix tests on Windows
1 parent c97e21c commit 77df857

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
@@ -32,7 +32,7 @@
3232
"xo": "^0.24.0"
3333
},
3434
"scripts": {
35-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
35+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3636
"build-bundle": "browserify . -s hastUtilParseSelector > hast-util-parse-selector.js",
3737
"build-mangle": "browserify . -s hastUtilParseSelector -p tinyify > hast-util-parse-selector.min.js",
3838
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)