Skip to content

Commit

Permalink
chore: improving release process and updating dependencies (#217)
Browse files Browse the repository at this point in the history
* chore(GMP-SDK): dependency upgrade

* refactor(tests): removed console log

* fix(Gateway): bytecode checksum test

* chore(npm): improving release process

* chore(npm): improving release process

* chore(Gateway): release packaging

* Update package.json

Co-authored-by: Milap Sheth <[email protected]>

* chore(npm): updating lock file

* chore(npm): updating build command

---------

Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
re1ro and milapsheth authored Jul 28, 2023
1 parent 9c7a260 commit 5358387
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
- run: cp -r artifacts/contracts/interfaces .
- run: npm run copy:interfaces
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ dist
build/
cache/
artifacts/
interfaces/

info/local.json
keys.json
Loading

0 comments on commit 5358387

Please sign in to comment.