Skip to content

Commit 504c6bb

Browse files
committed
Fix tests on Windows
1 parent 967a25a commit 504c6bb

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
@@ -34,7 +34,7 @@
3434
"xo": "^0.24.0"
3535
},
3636
"scripts": {
37-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
37+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3838
"build-bundle": "browserify . -s hastUtilAssert > hast-util-assert.js",
3939
"build-mangle": "browserify . -s hastUtilAssert -p tinyify > hast-util-assert.min.js",
4040
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)