Skip to content

Commit b863a91

Browse files
committed
build: escape prettier dir cmd param
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
1 parent d6585e6 commit b863a91

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.github
22
.yarn
33
coverage
4+
build
45
docs
56
dist
67
out

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"test:coverage": "npm run test -- --coverage",
2020
"test:ci": "npm run test -- --colors --coverage --ci",
2121
"lint": "eslint --ext .ts,.js .",
22-
"format": "prettier './**' --write --ignore-unknown",
23-
"format:check": "prettier './**' --ignore-unknown --check"
22+
"format": "prettier \"./**\" --write --ignore-unknown",
23+
"format:check": "prettier \"./**\" --ignore-unknown --check"
2424
},
2525
"author": {
2626
"name": "Vitor Hugo Salgado",

0 commit comments

Comments
 (0)