You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, would it be possible to release a GitHub package with the repository?
The main motivation would be to allow other devs to consume the contracts as a package.json dependency.
Something similar to:
npm install @hermeznetwork/contracts@1.0.0
or "@hermeznetwork/contracts": "^1.0.0"
Hi, would it be possible to release a GitHub package with the repository?
The main motivation would be to allow other devs to consume the contracts as a package.json dependency.
Something similar to:
npm install @hermeznetwork/contracts@1.0.0or
"@hermeznetwork/contracts": "^1.0.0"More info on how to do this: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry
Best,
Galimba