Skip to content

Commit d14435f

Browse files
committed
fix(package): coveralls not working in CI
1 parent 6a56111 commit d14435f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-aspnet-auth",
3-
"version": "1.2.0-development",
3+
"version": "0.0.0-development",
44
"description": "Vue plugin for auth to OWIN MVC",
55
"repository": {
66
"type": "git",
@@ -68,6 +68,6 @@
6868
"test:cover": "babel-node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
6969
"travis-deploy-once": "travis-deploy-once",
7070
"semantic-release": "semantic-release",
71-
"coveralls": "type /coverage/lcov.info | coveralls"
71+
"coveralls": "cat ./coverage/lcov.info | coveralls"
7272
}
7373
}

0 commit comments

Comments
 (0)