From a26080a50af56aeb1e962bb825f14231cb9e08fe Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 3 Jun 2020 03:21:51 +0000 Subject: [PATCH] fix(core): update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7ed65b..52054b2 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": {