From 062f99990b63762b784ce8fd443965b22c4f5646 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 4 Jun 2021 15:35:41 +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 3b363bf..fed7bd4 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", - "build": "(tsbuild && tsbundle npm)" + "build": "(tsbuild --web && tsbundle npm)" }, "repository": { "type": "git",