fix: remove --frozen-lockfile from CI install
This commit is contained in:
parent
3e3ee6f59d
commit
14d0fcfef7
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
version: 9
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: TypeScript check
|
||||
run: npx vue-tsc --noEmit
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
version: 9
|
||||
|
||||
- name: Install frontend dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
run: pnpm install
|
||||
|
||||
- name: Setup Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
|
|
|||
Loading…
Reference in New Issue