Skip to content

feat: stop wallet tracking #4

feat: stop wallet tracking

feat: stop wallet tracking #4

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: pnpm install
# - run: pnpm run lint --if-present
# - run: pnpm test
- run: pnpm run build --if-present
env:
CI: true