Skip to content

Commit 75d4fa9

Browse files
committed
Export constants
1 parent 2693ce4 commit 75d4fa9

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,3 @@ jobs:
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 }}

.npmrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
strict-peer-dependencies=false
22
auto-install-peers=true
3-
4-
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
5-
registry=https://registry.npmjs.org/
6-
always-auth=true

packages/loopring-sdk/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export * from './lib/loopring';
22
export * from './lib/personalSign';
33
export * from './lib/generateKeyPair';
4+
export * from './lib/constants';
45
export * from './lib/openapi/models/index';
56
export { getEddsaSigNftOrder } from './lib/bridge/signature';

0 commit comments

Comments
 (0)