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.
2 parents d76621f + 89ea403 commit 9ca7626Copy full SHA for 9ca7626
package.json
@@ -66,7 +66,7 @@
66
],
67
"scripts": {
68
"clean:dir": "clean() { npx rimraf $1; }; clean",
69
- "clean:lib": "clean() { npx rimraf components/$1'/**/lib'; }; clean",
+ "clean:lib": "clean() { npx rimraf -g components/$1'/**/lib'; }; clean",
70
"clean:mod": "clean() { npm run -s clean:dir $1 && npm run -s clean:lib $1; }; clean",
71
"clean": "npm run -s clean:mod cjs && npm run -s clean:mod mjs && npm run -s clean:dir bundle",
72
"clean:cjs": "npx rimraf components/cjs",
0 commit comments