Skip to content

Commit 002c981

Browse files
committed
chore: add quote for macos
1 parent 96c13c3 commit 002c981

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
@@ -42,7 +42,7 @@
4242
"scripts": {
4343
"release": "run-s lint build format test dist",
4444
"lint": "run-p lint:*",
45-
"lint:eslint": "eslint **/*.{js,mjs,vue}",
45+
"lint:eslint": "eslint \"**/*.{js,mjs,vue}\"",
4646
"lint:markdown": "markdownlint **/*.md --ignore \"**/node_modules/**\"",
4747
"dist": "run-p dist:*",
4848
"dist:npm": "np --yolo --no-yarn",
@@ -52,7 +52,7 @@
5252
"test-coverage": "nyc yarn test",
5353
"format": "run-p format:*",
5454
"format:eslint": "yarn lint:eslint --fix",
55-
"format:prettier": "prettier **/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml} --write"
55+
"format:prettier": "prettier \"**/*.{css,html,js,json,less,md,scss,ts,vue,yaml,yml}\" --write"
5656
},
5757
"publishConfig": {
5858
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)