Skip to content

Commit

Permalink
chore: update workflow ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Oct 20, 2023
1 parent d2a67bd commit c57722f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pre-release-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,15 @@ jobs:

- run: npm ci

- name: Extract the latest version of type definitions
run: |
version=$(npm show @mangata-finance/type-definitions version)
echo "NPM package version of mangata type definitions is $version"
echo "MANGATA_TYPE_DEFINITIONS=$version" >> $GITHUB_ENV
- name: Install always latest type definitions
run: npm i @mangata-finance/type-definitions@${{ env.MANGATA_TYPE_DEFINITIONS }}

- run: npx nx run @mangata-finance/types:generate-metadata

- run: npx nx run @mangata-finance/types:build-types
Expand Down

0 comments on commit c57722f

Please sign in to comment.