Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mpro7 authored Sep 24, 2024
1 parent 305b483 commit 54d022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 54d022a

Please sign in to comment.