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