Skip to content

Commit ff851b3

Browse files
ci: fix generate-prod command
1 parent e7a2cf8 commit ff851b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ generate:
1111
poetry run python gfi/populate.py
1212

1313
generate-prod:
14+
bun install
1415
bun sync down
15-
make build
16+
bun generate
1617

1718
test:
1819
poetry run python gfi/test_data.py

0 commit comments

Comments
 (0)