Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GMS-1083] Add contract clients #94

Merged
merged 3 commits into from
Sep 26, 2023

Conversation

allan-almeida
Copy link
Contributor

@allan-almeida allan-almeida commented Sep 25, 2023

@allan-almeida allan-almeida requested a review from a team as a code owner September 25, 2023 04:08
@@ -46,6 +46,18 @@ jobs:
tmp=$(mktemp)
jq '.version = "${{ steps.clean-tag.outputs.TAG }}"' ./package.json > "$tmp" && mv "$tmp" ./package.json

- name: Install dependencies
run: |
npm install
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm ci would be better here to ensure it uses lock file exactly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, updated

@allan-almeida allan-almeida merged commit 81dc875 into main Sep 26, 2023
2 checks passed
@allan-almeida allan-almeida deleted the feature/GMS-1083/contract-clients branch September 26, 2023 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants