Skip to content

Commit 520eb9c

Browse files
committed
Fix tests on Windows
1 parent 7c2e567 commit 520eb9c

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
@@ -46,7 +46,7 @@
4646
"xo": "^0.24.0"
4747
},
4848
"scripts": {
49-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
49+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5050
"build-bundle": "browserify index.js -s hastUtilRaw > hast-util-raw.js",
5151
"build-mangle": "browserify index.js -s hastUtilRaw -p tinyify > hast-util-raw.min.js",
5252
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)