From cafeef4ae576ade8773dbcdae8b8516b8ec12210 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 20 Jun 2020 13:58:24 +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 c860b72..49d5816 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": {