Skip to content

Commit 5241cba

Browse files
committed
build: run dev_generate in non-prod without _dev_only guard
Generated-by: aiautocommit
1 parent dda0e2f commit 5241cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

just/dev.just

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ GENERATED_LOCALIAS_CONFIG := "tmp/localias.yml"
1111
GENERATED_HOST_ENV := "env/host.sh"
1212

1313
# TODO should add an option to not run workers, this is overkill most of the time
14+
1415
# run all dev-related code generation commands (hosts, localias, openapi, python)
15-
dev_generate: _dev_only dev_generate_hosts dev_generate_localias
16+
# we don't guard against _dev_only since this needs to be run to bootstrap the application
17+
dev_generate: _not_production dev_generate_hosts dev_generate_localias
1618

1719
# start all of the services you need for development in a single terminal
1820
[script]

0 commit comments

Comments
 (0)