Skip to content

Minimal fix for operation rename issue for HLC -> Modular client #1

Minimal fix for operation rename issue for HLC -> Modular client

Minimal fix for operation rename issue for HLC -> Modular client #1

name: Javascript SDK Release Tool Pull Request Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build and Test TypeScript
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build TypeScript
run: npm run build
- name: Run Unit Tests
run: npm run test