mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
Aaronmgdr/msdk fix publish flow (#1312)
* run workflow when msdk path changes * build deps
This commit is contained in:
3
.github/workflows/npm-publish.yml
vendored
3
.github/workflows/npm-publish.yml
vendored
@@ -219,8 +219,9 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
uses: ./.github/actions/yarn-install
|
||||
|
||||
- name: Build package
|
||||
- name: Build package dependencies
|
||||
run: |
|
||||
yarn workspace @selfxyz/common build
|
||||
yarn workspace @selfxyz/mobile-sdk-alpha build
|
||||
|
||||
- name: Publish to npm
|
||||
|
||||
Reference in New Issue
Block a user