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", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "tstest test/", "test": "(tstest test/)",
"build": "(tstest)" "build": "(tsbuild)"
}, },
"repository": { "repository": {
"type": "git", "type": "git",