Skip to content

added troubleshooting section to the readme #47

added troubleshooting section to the readme

added troubleshooting section to the readme #47

Workflow file for this run

name: Build
on:
push:
branches:
- dev
pull_request:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '21'
- name: Build SDK
run: |
echo "Building SDK"
npm i
npm run build