From 21bcd390d6e2473c276fdf8b0da863fda90c4017 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 23 May 2020 15:02:09 +0000 Subject: [PATCH] fix(core): update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1798c40..1dd8301 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "author": "Lossless GmbH", "license": "MIT", "scripts": { - "test": "(tstest test/)", - "build": "(tsbuild)", + "test": "(tstest test/ --web)", + "build": "(tsbuild --web)", "format": "(gitzone format)" }, "devDependencies": {