From 9e388e5849f49503d5fdc37eb718e8865980e039 Mon Sep 17 00:00:00 2001 From: Marcin Procyk Date: Tue, 24 Sep 2024 15:39:21 +0200 Subject: [PATCH] Update justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b140a91b..45a872e2 100644 --- a/justfile +++ b/justfile @@ -30,7 +30,7 @@ build: # Build web-frontend build-frontend: - cd web-frontend && yarn install && yarn run build + cd web-frontend && yarn install && yarn build --bundleConfigAsCjs # Run all tests test: