Skip to content

Commit

Permalink
add flag force to npm clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed Oct 4, 2023
1 parent b2261bb commit 6f11733
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 @@ -5,7 +5,7 @@
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"clean": "rm -r dist .parcel-cache",
"clean": "rm -rf dist .parcel-cache",
"start": "pnpm run clean && parcel serve --no-cache",
"build": "pnpm run clean && parcel build --public-url '.'",
"htmlhint": "htmlhint \"**/*.html\" --ignore \"dist/**/*.html\" --format unix",
Expand Down

0 comments on commit 6f11733

Please sign in to comment.