From 59847dd287ab0673d71172b13f30fdd08f9b176f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 14 Aug 2018 00:19:32 +0200 Subject: [PATCH] fix(ci): fix build step --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ee2c16..c4a7a3b 100644 --- a/package.json +++ b/package.json @@ -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",