Skip to content

Commit 0418fca

Browse files
committed
fix: prettier command
1 parent df5b4a6 commit 0418fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"commitlint": "commitlint -f HEAD@{15}",
99
"lint": "eslint --ext .js,.ts,.tsx .",
1010
"lint:fix": "eslint --fix --ext .js,.ts,.tsx .",
11-
"prettier": "prettier --check **/*.{css,html,js,json,md,yaml,yml}",
12-
"prettier:fix": "prettier --write **/*.{css,html,js,json,md,yaml,yml}",
11+
"prettier": "prettier --check '**/*.{css,html,js,json,md,yaml,yml}'",
12+
"prettier:fix": "prettier --write '**/*.{css,html,js,json,md,yaml,yml}'",
1313
"release": "semantic-release",
1414
"release-local": "node -r dotenv/config node_modules/semantic-release/bin/semantic-release --no-ci --dry-run",
1515
"check-dependencies": "npx npm-check --skip-unused --update"

0 commit comments

Comments
 (0)