just: add prod target [skip ci]
This commit is contained in:
parent
6c061fb94f
commit
279514f350
3
justfile
3
justfile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user