just: add prod target [skip ci]

This commit is contained in:
leo 2023-05-03 23:58:40 +02:00
parent 6c061fb94f
commit 279514f350
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -25,6 +25,9 @@ run:
# build and run the application
dev: build run
# prepare the app for production.
prod: tw build
# generate code based on ent schemas.
gen:
go generate -v ./ent