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: