Closed liuseen-l closed 1 year ago
I believe it's glob not regex that you're trying to use. Judging from the updated readme, it looks like the new usage needs the --glob
flag. Also, the path needs to be quoted.
Something like this might work:
"scripts": {
"clean": "rimraf --glob 'packages/*/dist'"
},
on window: `
"scripts": {
} `