Skip to content

Commit

Permalink
fix: adding library coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Apr 19, 2019
1 parent 23b1d9a commit 1c50984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"postversion": "git push && git push --tags",
"prepublish": "npm run build && npm run build:pkg && npm run update-library-version",
"version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && npm run build:pkg && npm run update-library-version && git add .",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage"
"coveralls": "cat ./coverage/ngx-skeleton-loader/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage"
},
"private": false,
"license": "MIT",
Expand Down

0 comments on commit 1c50984

Please sign in to comment.