Skip to content

Commit

Permalink
chore: -rf
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
  • Loading branch information
tunnckoCore committed Jan 28, 2020
1 parent 00b2c72 commit a26cdac
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 @@ -18,7 +18,7 @@
"scripts": {
"pretest": "yarn run cleanup",
"test": "mkdir test/tmp && node test/run.js",
"cleanup": "rm test/tmp/*"
"cleanup": "rm -rf test/tmp"
},
"repository": "node-formidable/node-formidable",
"bugs": {
Expand Down

0 comments on commit a26cdac

Please sign in to comment.