Justfile: prefer offline

This commit is contained in:
Cat /dev/Nulo 2023-07-17 16:09:02 -03:00
parent 97ecc29654
commit 0a9517ff91

View file

@ -7,7 +7,7 @@ _run command: build_builder_image
podman run -it --rm \
-v ".:/sitio:Z" --workdir /sitio \
{{builder}} sh -c "{{command}}"
run command: (_run "pnpm install") (_run command)
run command: (_run "pnpm install --prefer-offline") (_run command)
build: (run './tool build')
check: (run './tool check')