Skip to content

Commit 0c324b6

Browse files
committed
Fix tests on Windows
1 parent 3a06eee commit 0c324b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"xo": "^0.24.0"
5050
},
5151
"scripts": {
52-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
52+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5353
"build-bundle": "browserify . -s hastUtilToNLCST > hast-util-to-nlcst.js",
5454
"build-mangle": "browserify . -s hastUtilToNLCST -p tinyify > hast-util-to-nlcst.min.js",
5555
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)