fix(fractal): run inside the container

This commit is contained in:
Oliver Davies 2023-10-08 09:52:50 +01:00
parent f5a8c691f0
commit 4b67b0edb1

View file

@ -19,7 +19,7 @@ fi
# Remove and generated or temporary files.
function build {
fractal build "${@}"
cmd fractal build "${@}"
}
function ci:build {