Skip to content

Commit

Permalink
re-enable test coverage, #20
Browse files Browse the repository at this point in the history
  • Loading branch information
a1sabau committed Dec 29, 2018
1 parent 1d80f3b commit 05dfe8e
Show file tree
Hide file tree
Showing 3 changed files with 1,354 additions and 164 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"clean": "lerna exec -- rimraf dist",
"build": "npm run clean && lerna run build",
"build:dist": "lerna run build:dist",
"test": "lerna run test"
"test": "lerna run test",
"test:report": "lerna run test:report"
},
"keywords": [
"scraper"
Expand Down

0 comments on commit 05dfe8e

Please sign in to comment.