Skip to content

Commit d9c1e7e

Browse files
committed
Fix tests on Windows
1 parent 9e2447b commit d9c1e7e

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
@@ -38,7 +38,7 @@
3838
"xo": "^0.24.0"
3939
},
4040
"scripts": {
41-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
41+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4242
"build-bundle": "browserify . -s hastUtilToParse5 > hast-util-to-parse5.js",
4343
"build-mangle": "browserify . -s hastUtilToParse5 -p tinyify > hast-util-to-parse5.min.js",
4444
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)