Skip to content

Commit

Permalink
Fix rimraf globs on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed May 17, 2024
1 parent 357bb9b commit da1c070
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 @@ -85,7 +85,7 @@
"build:emoji": "node ./build/emoji.js",
"build:js": "rollup -c",
"build": "run-s clean build:js build:css build:css:min build:cover build:emoji",
"clean": "rimraf dist themes _playwright*",
"clean": "rimraf --glob dist/** themes/** _playwright*/**",
"dev": "run-p serve:dev watch:*",
"docker:build:test": "npm run docker:cli -- build:test",
"docker:build": "docker build -f Dockerfile -t docsify-test:local .",
Expand Down

0 comments on commit da1c070

Please sign in to comment.