From cbc7fcb323c5783b800a4db77305dda309eb2ccd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 3 Jun 2019 23:28:44 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 699fd40..a14c932 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": {