mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
remove frozen lockfile
This commit is contained in:
8
.github/workflows/npm-publish.yml
vendored
8
.github/workflows/npm-publish.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user