Skip to content

Commit

Permalink
Make sure to remove tmp-project before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Sep 15, 2020
1 parent b22f2be commit 3ecf673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"main": "index.js",
"scripts": {
"pretest": "rm -rf tmp-project",
"test": "jest && ./test/index.sh",
"lint": "eslint .",
"fix": "eslint . --fix"
Expand Down

0 comments on commit 3ecf673

Please sign in to comment.