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 27c7e21 commit 9e388e5
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 run build
cd web-frontend && yarn install && yarn build --bundleConfigAsCjs

# Run all tests
test:
Expand Down

0 comments on commit 9e388e5

Please sign in to comment.