From 195589e4f2533846cd7432cd5927ca65e260ec18 Mon Sep 17 00:00:00 2001 From: torben Date: Thu, 24 Mar 2022 09:16:38 +0100 Subject: [PATCH] Automatic update to new version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 985c5d1..8829644 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "url": "https://github.com/thaibault/application-server-web-node-plugin.git" }, "scripts": { - "build": "weboptimizer build", + "build": "weboptimizer build:types && weboptimizer build", "check": "yarn check:types; yarn lint", "check:types": "weboptimizer check:types", "clear": "weboptimizer clear",