mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
making the run compatible with travis
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"test": "karma start karma.conf.js --reporters mocha,coverage --single-run",
|
||||
"test-browser": "karma start karma.conf.js --reporters kjhtml ",
|
||||
"posttest": "node_modules/.bin/remap-istanbul -i coverage/report/coverage-final.json -o coverage/report -t html",
|
||||
"coverage": "http-server -c-1 -o -p 9875 ./coverage/report",
|
||||
"coverage": "http-server -c-1 -o -p 9875 ./coverage/report &",
|
||||
"prepublish": "npm run build"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user