From 279514f3500969addf813c8ad8fdb4da841ba9d3 Mon Sep 17 00:00:00 2001 From: leo Date: Wed, 3 May 2023 23:58:40 +0200 Subject: [PATCH] just: add prod target [skip ci] --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 9b67eac..651104d 100644 --- a/justfile +++ b/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