From 665891e168250c971bf44f52cd9b3a863846e38a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 24 Jul 2020 11:52:06 +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 224d60b..add9ad0 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": {