Skip to content

Commit b7041fa

Browse files
committed
Fix tests on Windows
1 parent ab83b3b commit b7041fa

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
@@ -53,7 +53,7 @@
5353
"xo": "^0.24.0"
5454
},
5555
"scripts": {
56-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
56+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5757
"test-api": "node test",
5858
"test-coverage": "nyc --reporter lcov tape test/index.js",
5959
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)