Skip to content

Commit da813bc

Browse files
committed
Allow to run prettier on Windows
1 parent 312a3dc commit da813bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"scripts": {
88
"build": "tsc -b ./tsconfig.packages.json && npm run build --ws --if-present",
99
"clean": "tsc -b --clean && rimraf \"lib\" && npm run clean --ws --if-present",
10-
"format": "prettier --write '**/*.ts'",
11-
"format:check": "prettier --check '**/*.ts'",
10+
"format": "prettier --write \"**/*.ts\"",
11+
"format:check": "prettier --check \"**/*.ts\"",
1212
"lint": "eslint . --ext .ts",
1313
"rebuild": "npm run clean && npm run build",
1414
"watch": "tsc -b ./tsconfig.packages.json -w",

0 commit comments

Comments
 (0)