From cdfcf53408e02fc36b0ea050fd39ea73eb623b15 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 15 Feb 2019 12:29:57 +0100 Subject: [PATCH] fix(core): update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a917807..9036c6a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild)", + "build": "(tsbuild --web)", "format": "(gitzone format)" }, "devDependencies": {