Skip to content

Commit

Permalink
Fix clean script error on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 29, 2024
1 parent 14afa55 commit 064770e
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 @@ -37,7 +37,7 @@
"type": "module",
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist/*",
"clean": "rimraf --glob dist/*",
"escheck": "es-check es5 'dist/**/*.js'",
"lint": "prettier . --check && eslint . && markdownlint *.md docs/*.md --ignore node_modules",
"lint:fix": "prettier . --write && eslint . --fix",
Expand Down

0 comments on commit 064770e

Please sign in to comment.