Skip to content

Commit a02b0fc

Browse files
committed
Make it possible to run npm format on Windows
With single-quoted paths, it fails with "No files matching the pattern found."
1 parent fd7869a commit a02b0fc

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
@@ -32,7 +32,7 @@
3232
"doc": "grunt jsdoc",
3333
"test": "nyc mocha",
3434
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
35-
"format": "prettier --write '**/*.js' '**/*.ts' '**/*.json'"
35+
"format": "prettier --write \"**/*.js\" \"**/*.ts\" \"**/*.json\""
3636
},
3737
"dependencies": {
3838
"ffi-napi": "^4.0.3",

0 commit comments

Comments
 (0)