Skip to content

Commit

Permalink
and add e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikki Schulte authored and Rikki Schulte committed Dec 24, 2017
1 parent 521983b commit b333cf5
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 @@
"lint": "eslint src",
"flow": "flow",
"test": "jest __tests__/unit --coverage && cat ./coverage/lcov.info | coveralls",
"test-e2e": "jest __tests__/e2e",
"build": "babel src -d dist",
"build-web": "webpack",
"dev": "webpack --watch"
Expand Down

0 comments on commit b333cf5

Please sign in to comment.