Skip to content

Commit add43ba

Browse files
committed
Fix ‘npm run prettier-non-js’ on Windows.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent b35d459 commit add43ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"lint-css": "stylelint app/renderer/css/*.css",
3030
"lint-html": "./node_modules/.bin/htmlhint \"app/renderer/*.html\" ",
3131
"lint-js": "xo",
32-
"prettier-non-js": "prettier --check --loglevel=warn . '!**/*.{js,ts}'",
32+
"prettier-non-js": "prettier --check --loglevel=warn . \"!**/*.{js,ts}\"",
3333
"test": "tsc --noEmit && npm run lint-html && npm run lint-css && npm run lint-js && npm run prettier-non-js",
3434
"test-e2e": "tsc && tape 'tests/*.js'",
3535
"pack": "tsc && electron-builder --dir",

0 commit comments

Comments
 (0)