install from lockfile

This commit is contained in:
pat-s 2024-05-02 23:49:50 +02:00
parent f3d398051e
commit 099030b913
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -30,7 +30,7 @@ steps:
image: *bun_image
directory: web/
commands:
# - corepack enable
- bun install --frozen-lockfile
- bun lint
when: *when
@ -40,7 +40,7 @@ steps:
image: *bun_image
directory: web/
commands:
# - corepack enable
- bun install --frozen-lockfile
- bun format:check
when: *when
@ -50,7 +50,7 @@ steps:
image: *bun_image
directory: web/
commands:
# - corepack enable
- bun install --frozen-lockfile
- bun typecheck
when: *when