remove frozen lockfile

This commit is contained in:
turnoffthiscomputer
2025-03-14 12:15:24 +01:00
parent f82d8cdc0c
commit 0395a20805

View File

@@ -49,9 +49,9 @@ jobs:
- name: Install dependencies (common first)
run: |
cd common
yarn install --frozen-lockfile
yarn install
cd ../sdk/core
yarn install --frozen-lockfile
yarn install
- name: Build package
run: |
@@ -81,9 +81,9 @@ jobs:
- name: Install dependencies (common first)
run: |
cd common
yarn install --frozen-lockfile
yarn install
cd ../sdk/qrcode
yarn install --frozen-lockfile
yarn install
- name: Build package
run: |