Skip to content

Commit 6b0d9f1

Browse files
committed
Fix tests on Windows
1 parent c5c135b commit 6b0d9f1

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
@@ -41,7 +41,7 @@
4141
"xo": "^0.24.0"
4242
},
4343
"scripts": {
44-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
44+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
4545
"build-bundle": "browserify index.js -s hastUtilFromParse5 > hast-util-from-parse5.js",
4646
"build-mangle": "browserify index.js -p tinyify -s hastUtilFromParse5 > hast-util-from-parse5.min.js",
4747
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)