Skip to content

Commit

Permalink
chore: add --glob parameter to rimraf
Browse files Browse the repository at this point in the history
Fixes "Error: Illegal characters in path." on Windows
  • Loading branch information
Ingramz committed Jul 30, 2023
1 parent a398ea2 commit c477ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:redirects": "esno scripts/redirects.ts",
"build:rollup": "NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c",
"build:types": "tsc --emitDeclarationOnly && nr types:fix",
"clean": "rimraf dist types \"packages/*/dist\"",
"clean": "rimraf --glob dist types \"packages/*/dist\"",
"dev": "nr update && nr docs",
"docs": "vue-demi-switch 3 && vitepress dev packages --open",
"docs:build": "nr update:full && vitepress build packages && nr build:redirects && esno scripts/post-docs.ts",
Expand Down

0 comments on commit c477ce8

Please sign in to comment.