Travis related scripts

This commit is contained in:
Denys Vuika
2016-07-05 12:48:49 +01:00
parent 236926c1ca
commit 6c3f08412b
2 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,8 @@
"test-browser": "concurrently \"karma start karma.conf.js --reporters kjhtml\" \"npm run watch-task\"",
"posttest": "node_modules/.bin/remap-istanbul -i coverage/report/coverage-final.json -o coverage/report -t html",
"coverage": "npm run test && wsrv -o -p 9875 ./coverage/report",
"prepublish": "npm run build"
"prepublish": "npm run build",
"travis": "npm link ng2-alfresco-core"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",