From c40526c16c46019b659fa145bb00612a57713848 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 3 Oct 2019 00:04:40 +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 57ee14e..457498a 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": {