Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

File metadata and controls

20 lines (15 loc) · 354 Bytes

token-registry

Publish new version

npm version patch
git push origin main --tags

# or
npm version patch && git push origin main --tags

Integration tests

npm run test -- -t 'isUri'
npm run test:integration -- -t 'evmFetcher'
npm run test:integration -- -t 'jupiterJob'
npm run test:integration -- -t 'solanaFetcher'