Skip to content

Commit

Permalink
Fix rimraf CLI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Dec 6, 2023
1 parent 1c71252 commit b28112b
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 @@ -41,7 +41,7 @@
"build:js": "rollup -c",
"build:pcss": "postcss build/css/**/*.css --dir dist/css --map",
"build:scss": "sass src/scss:build/css --source-map --style=compressed --load-path=node_modules",
"clean": "rimraf build/* dist/* docs/css docs/js",
"clean": "rimraf --glob build/* dist/* docs/css docs/js",
"lint": "eslint . && markdownlint *.md docs/*.md",
"serve": "node server.cjs",
"start": "run-p watch serve",
Expand Down

0 comments on commit b28112b

Please sign in to comment.