Skip to content

Commit 5cfe236

Browse files
committed
Install pnpm
1 parent 6530747 commit 5cfe236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-compose.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ compose-install-mix:
3131
podman-compose run --rm --name codebattle_app app mix deps.get
3232

3333
compose-install-pnpm:
34-
podman-compose run --rm --name codebattle_app app /bin/sh -c 'cd /app/apps/codebattle && pnpm'
34+
podman-compose run --rm --name codebattle_app app /bin/sh -c 'cd /app/apps/codebattle && pnpm install && pnpm build'
3535

3636
compose-install: compose-install-mix compose-install-pnpm
3737

0 commit comments

Comments
 (0)