Skip to content

Commit

Permalink
clear logs after tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh committed Jan 19, 2020
1 parent 9d00fa2 commit 61336df
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 @@ -14,6 +14,7 @@
"prepare": "npm run build",
"build": "tsc",
"test": "jest",
"posttest": "rm log-*",
"coverage": "jest --coverage",
"typedoc": "typedoc",
"typecover": "type-coverage --detail",
Expand Down

0 comments on commit 61336df

Please sign in to comment.