Skip to content

Commit d6afd82

Browse files
chalincartermp
andauthored
[CI] Filename check: also ignore .DS_Store files (#4894)
Co-authored-by: Phillip Carter <[email protected]>
1 parent 5a9943b commit d6afd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"_hugo": "hugo --cleanDestinationDir",
2727
"_list:check:*": "npm run --loglevel=warn | grep -Ee '^\\s*check:[^:]+$'",
2828
"_list:fix:*": "npm run --loglevel=warn | grep -Ee '^\\s*fix:[^:]+$' | grep -v 'fix:all'",
29-
"_ls-bad-filenames": "find assets content static -name '*_*' ! -name '_*'",
29+
"_ls-bad-filenames": "find assets content static -name '*_*' ! -name '[_.]*'",
3030
"_prebuild": "npm run seq -- get:submodule cp:spec",
3131
"_prepare:docsy": "cd themes/docsy && npm install",
3232
"_prettier:any": "npx prettier --ignore-path ''",

0 commit comments

Comments
 (0)