mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
--frozen-lockfile
This commit is contained in:
parent
e29a5c6546
commit
9990bae732
2
.github/workflows/e2e-api-tests.yaml
vendored
2
.github/workflows/e2e-api-tests.yaml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
EOF
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Start Docker Compose
|
||||
run: docker-compose -f dependencies.compose.yaml up -d
|
||||
|
||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
with:
|
||||
version: 8
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Build
|
||||
run: pnpm build
|
||||
- name: Lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user