Skip to content

Commit 495cb4b

Browse files
committed
Fix tests on Windows
1 parent 2ed381f commit 495cb4b

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
@@ -55,7 +55,7 @@
5555
"xo": "^0.23.0"
5656
},
5757
"scripts": {
58-
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
58+
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
5959
"test-api": "node test",
6060
"test-coverage": "nyc --reporter lcov tape test/index.js",
6161
"test": "npm run format && npm run test-coverage"

0 commit comments

Comments
 (0)