fix(ci): fix build step

This commit is contained in:
Philipp Kunz 2018-08-14 00:19:32 +02:00
parent 7fa2fb1e74
commit 59847dd287

View File

@ -6,8 +6,8 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tstest test/",
"build": "(tstest)"
"test": "(tstest test/)",
"build": "(tsbuild)"
},
"repository": {
"type": "git",