Skip to content

fix(useNTState): Publish topic when created with useNTState #402

fix(useNTState): Publish topic when created with useNTState

fix(useNTState): Publish topic when created with useNTState #402

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