Skip to content

Commit 45a46be

Browse files
authored
Remove redundant output from prettier format script (#5603)
* Add --list-changed to prettier format scripts * Remove --list-changed from check commands * Fix cursor tab complete emits woe
1 parent 6317469 commit 45a46be

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
@@ -14,9 +14,9 @@
1414
"build:types": "nx build --config vite.types.config.mts && node scripts/prepare-types.js",
1515
"zipdist": "node scripts/zipdist.js",
1616
"typecheck": "vue-tsc --noEmit",
17-
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --cache",
17+
"format": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --cache --list-different",
1818
"format:check": "prettier --check './**/*.{js,ts,tsx,vue,mts}' --cache",
19-
"format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}'",
19+
"format:no-cache": "prettier --write './**/*.{js,ts,tsx,vue,mts}' --list-different",
2020
"format:check:no-cache": "prettier --check './**/*.{js,ts,tsx,vue,mts}'",
2121
"test:browser": "npx nx e2e",
2222
"test:unit": "nx run test tests-ui/tests",

0 commit comments

Comments
 (0)