chore: fix scripts issue.
This commit is contained in:
parent
12ca14cee9
commit
f66f93f97e
@ -76,7 +76,7 @@ export async function run() {
|
||||
await copyCSSFile();
|
||||
await copyJSFile();
|
||||
const files = await recursiveReaddirFiles(process.cwd(), {
|
||||
ignored: /\/(node_modules|\.git)/,
|
||||
ignored: /[\\/](node_modules|\.git)/g,
|
||||
exclude: /(\.json|\.mjs|CONTRIBUTING\.md)$/,
|
||||
filter: (item) => item.ext === 'md',
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user