Skip to content

Commit

Permalink
cleaning up package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Aug 25, 2023
1 parent 3d2d568 commit bff2653
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 @@ -77,7 +77,7 @@
"scripts": {
"test": "c8 mocha --reporter list",
"build": "parcel build --dist-dir dist",
"clean": "rm -rf node_modules"
"clean": "rm -rf node_modules && rm -rf dist && rm -rf .parcel-cache"
},
"dependencies": {
"arr-flatten": "^1.1.0",
Expand Down

0 comments on commit bff2653

Please sign in to comment.