Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.

Commit 7b09331

Browse files
authored
Fix glob for npm format script on Windows (#18)
1 parent b67b2e2 commit 7b09331

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
@@ -33,7 +33,7 @@
3333
"lint": "run-s lint:*",
3434
"lint:ts": "tslint \"__tests__/**/*.ts\"",
3535
"lint:js": "eslint \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
36-
"format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{\\.js,\\.ts}\"",
36+
"format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{.js,.ts}\"",
3737
"testonly": "./resources/jest.sh",
3838
"test": "run-s format build lint testonly test:types:*",
3939
"test:travis": "npm run test && ./resources/check-changes",

0 commit comments

Comments
 (0)