Skip to content

Commit 713451e

Browse files
committed
Fix tests on Windows
1 parent 07cf160 commit 713451e

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
@@ -37,7 +37,7 @@
3737
"xo": "^0.24.0"
3838
},
3939
"scripts": {
40-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
40+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4141
"build-bundle": "browserify . -s hastUtilSanitize > hast-util-sanitize.js",
4242
"build-mangle": "browserify . -s hastUtilSanitize -p tinyify > hast-util-sanitize.min.js",
4343
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)