File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed
packages/loopring-sdk/src Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 5858 - run : pnpm exec nx tsc loopring-sdk
5959 - run : pnpm exec nx test loopring-sdk --ci --code-coverage
6060 - run : pnpm exec nx build loopring-sdk
61-
62- - run : pnpm exec nx publish loopring-sdk --ver ${{ github.event.release.tag_name }}
63- if : github.event_name == 'release'
64- env :
65- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 11strict-peer-dependencies = false
22auto-install-peers = true
3-
4- //registry.npmjs.org/:_authToken = ${ NODE_AUTH_TOKEN }
5- registry = https://registry.npmjs.org/
6- always-auth = true
Original file line number Diff line number Diff line change 11export * from './lib/loopring' ;
22export * from './lib/personalSign' ;
33export * from './lib/generateKeyPair' ;
4+ export * from './lib/constants' ;
45export * from './lib/openapi/models/index' ;
56export { getEddsaSigNftOrder } from './lib/bridge/signature' ;
You can’t perform that action at this time.
0 commit comments