added CI tests

This commit is contained in:
2016-07-04 00:00:04 +02:00
parent db27753aac
commit e0daf85e34
10 changed files with 115 additions and 27 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"cleanTest": "rm -rf test/temp && rm -rf test/temp2",
"cleanTest": "rm -rf test/temp*",
"test": "(npm run cleanTest && npmts)",
"install": "node dist/postinstall.js"
},