Skip to content

Commit

Permalink
improves doc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Dec 15, 2018
1 parent a1ef1ee commit 5bc6369
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test": "jest",
"standard": "standard",
"coveralls": "jest --coverage --coveragePathIgnorePatterns autogenerated --coverageReporters=text-lcov | coveralls",
"test:ci": "jest && standard && yarn coveralls"
"test:ci": "jest && standard && yarn coveralls",
"version": "yarn test && yarn standard"
},
"devDependencies": {
"@types/jest": "^23.3.10",
Expand Down

0 comments on commit 5bc6369

Please sign in to comment.