Skip to content

fix(useNTState): Fix for undefined returning from topic.publish #404

fix(useNTState): Fix for undefined returning from topic.publish

fix(useNTState): Fix for undefined returning from topic.publish #404

Workflow file for this run

name: Build and Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Tests w/ Coverage
run: yarn test:coverage