Skip to content

Commit

Permalink
fix(build) : fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavsrivastava committed Oct 27, 2018
1 parent ead032a commit 7af3167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules
/dist
/dist
/coverage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"start": "webpack --watch",
"build": "webpack"
},
Expand Down

0 comments on commit 7af3167

Please sign in to comment.