-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet-connect): init package (#1648)
Co-authored-by: sergey filyanin <[email protected]>
- Loading branch information
1 parent
34c0ed1
commit 578371e
Showing
66 changed files
with
2,319 additions
and
571 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,34 +12,6 @@ on: | |
workflow_dispatch: | ||
|
||
jobs: | ||
wallet-connect-test: | ||
if: github.event_name == 'pull_request' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Cancel previous workflow runs | ||
uses: styfle/[email protected] | ||
with: | ||
access_token: ${{ github.token }} | ||
|
||
- uses: actions/checkout@v2 | ||
|
||
- name: Install NodeJS 18.x | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 18.x | ||
|
||
- name: 'gear-js-wallet: Install dependencies' | ||
working-directory: utils/wallet-connect | ||
run: yarn install | ||
|
||
- name: 'gear-js-wallet: Build pkg' | ||
working-directory: utils/wallet-connect | ||
run: yarn build | ||
|
||
- name: 'gear-js-wallet: Run tests' | ||
working-directory: utils/wallet-connect | ||
run: yarn test | ||
|
||
wallet-connect-build: | ||
if: github.event_name == 'pull_request' | ||
runs-on: ubuntu-latest | ||
|
@@ -56,13 +28,13 @@ jobs: | |
with: | ||
node-version: 18.x | ||
|
||
- name: 'vara-ui: Install dependencies' | ||
- name: 'wallet-connect: Install dependencies' | ||
working-directory: utils/wallet-connect | ||
run: npm install | ||
run: yarn install | ||
|
||
- name: 'vara-ui: Build pkg' | ||
- name: 'vwallet-connect: Build pkg' | ||
working-directory: utils/wallet-connect | ||
run: npm run build | ||
run: yarn run build | ||
|
||
publish-to-npm: | ||
if: github.event_name == 'push' | ||
|
@@ -81,15 +53,14 @@ jobs: | |
id: check_gear | ||
with: | ||
file-name: utils/wallet-connect/package.json | ||
file-url: https://unpkg.com/@gear-js/ui@latest/package.json | ||
file-url: https://unpkg.com/@gear-js/wallet-connect@latest/package.json | ||
static-checking: localIsNew | ||
|
||
- name: '@gear-js/wallet-connect: Publish' | ||
if: steps.check_gear.outputs.changed == 'true' | ||
working-directory: utils/wallet-connect | ||
run: | | ||
export token=$(printenv $(printenv GITHUB_ACTOR)) | ||
npm install | ||
yarn install | ||
npm run build | ||
npm config set //registry.npmjs.org/:_authToken=$token --no-workspaces | ||
npm publish | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
idea/frontend/src/features/wallet/ui/account-button/account-button.module.scss
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
idea/frontend/src/features/wallet/ui/account-button/account-button.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
114 changes: 0 additions & 114 deletions
114
idea/frontend/src/features/wallet/ui/accounts-modal/accounts-modal.module.scss
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.