Skip to content

Commit 9ca7626

Browse files
authored
Merge pull request #1007 from mathjax/fix/missing_glob
Fix/missing glob
2 parents d76621f + 89ea403 commit 9ca7626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
],
6767
"scripts": {
6868
"clean:dir": "clean() { npx rimraf $1; }; clean",
69-
"clean:lib": "clean() { npx rimraf components/$1'/**/lib'; }; clean",
69+
"clean:lib": "clean() { npx rimraf -g components/$1'/**/lib'; }; clean",
7070
"clean:mod": "clean() { npm run -s clean:dir $1 && npm run -s clean:lib $1; }; clean",
7171
"clean": "npm run -s clean:mod cjs && npm run -s clean:mod mjs && npm run -s clean:dir bundle",
7272
"clean:cjs": "npx rimraf components/cjs",

0 commit comments

Comments
 (0)