Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 16c7d36

Browse files
committed
Fix tests on Windows
1 parent 85b9f25 commit 16c7d36

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
@@ -52,7 +52,7 @@
5252
"xo": "^0.24.0"
5353
},
5454
"scripts": {
55-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
55+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5656
"build-bundle": "browserify index.js -s hastToHyperscript > hast-to-hyperscript.js",
5757
"build-mangle": "browserify index.js -s hastToHyperscript -p tinyify > hast-to-hyperscript.min.js",
5858
"build": "npm run build-bundle && npm run build-mangle",

0 commit comments

Comments
 (0)