fix(packages): 修复 cleanup 会删除富文本编辑器资源问题
This commit is contained in:
parent
d85424ee83
commit
9ca7ca8fda
@ -5,7 +5,7 @@ import type { CliOption } from '../types';
|
|||||||
const defaultOptions: CliOption = {
|
const defaultOptions: CliOption = {
|
||||||
cwd: process.cwd(),
|
cwd: process.cwd(),
|
||||||
cleanupDirs: [
|
cleanupDirs: [
|
||||||
'**/dist',
|
'dist',
|
||||||
'**/package-lock.json',
|
'**/package-lock.json',
|
||||||
'**/yarn.lock',
|
'**/yarn.lock',
|
||||||
'**/pnpm-lock.yaml',
|
'**/pnpm-lock.yaml',
|
||||||
|
1103
pnpm-lock.yaml
1103
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user