Skip to content

Commit 64570a6

Browse files
committed
Fix tests on Windows
1 parent 186b5db commit 64570a6

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
@@ -33,7 +33,7 @@
3333
"xo": "^0.23.0"
3434
},
3535
"scripts": {
36-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
36+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
3737
"build-bundle": "browserify . -s hastUtilInteractive > hast-util-interactive.js",
3838
"build-mangle": "browserify . -s hastUtilInteractive -p tinyify > hast-util-interactive.min.js",
3939
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)