We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea78dbd commit 4259225Copy full SHA for 4259225
scripts/fast-format
@@ -35,6 +35,6 @@ echo "==> Running prettier --write"
35
PRETTIER_FILES="$(grep '\.\(js\|json\)$' "$FILE_LIST" || true)"
36
if ! [ -z "$PRETTIER_FILES" ]; then
37
echo "$PRETTIER_FILES" | xargs ./node_modules/.bin/prettier \
38
- --write --cache --cache-strategy metadata \
+ --write --cache --cache-strategy metadata --no-error-on-unmatched-pattern \
39
'!**/dist' '!**/*.ts' '!**/*.mts' '!**/*.cts' '!**/*.js' '!**/*.mjs' '!**/*.cjs'
40
fi
0 commit comments