Justfile: prefer offline
This commit is contained in:
parent
97ecc29654
commit
0a9517ff91
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -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')
|
||||
|
|
Reference in a new issue