fix(CI): now building properly

This commit is contained in:
2018-08-11 00:01:19 +02:00
parent f74da6ff0b
commit 3e81fdacad
2 changed files with 58 additions and 2 deletions

View File

@@ -6,8 +6,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "echo \"Not needed for now\""
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
@@ -36,6 +36,7 @@
"rxjs": "^6.2.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.11",
"@pushrocks/tapbundle": "^3.0.1",
"@types/node": "^10.5.6"