mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
run yarn install in common repo
This commit is contained in:
12
.github/workflows/npm-publish.yml
vendored
12
.github/workflows/npm-publish.yml
vendored
@@ -46,9 +46,11 @@ jobs:
|
||||
node-version: '18'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install dependencies (common first)
|
||||
run: |
|
||||
cd sdk/core
|
||||
cd common
|
||||
yarn install --frozen-lockfile
|
||||
cd ../sdk/core
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
- name: Build package
|
||||
@@ -76,9 +78,11 @@ jobs:
|
||||
node-version: '18'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Install dependencies
|
||||
- name: Install dependencies (common first)
|
||||
run: |
|
||||
cd sdk/qrcode
|
||||
cd common
|
||||
yarn install --frozen-lockfile
|
||||
cd ../sdk/qrcode
|
||||
yarn install --frozen-lockfile
|
||||
|
||||
- name: Build package
|
||||
|
||||
Reference in New Issue
Block a user