Skip to content

feat: add blocking and blocked_by to user viewer context #193

feat: add blocking and blocked_by to user viewer context

feat: add blocking and blocked_by to user viewer context #193

name: "Publish to npm 🚀"
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Set npm Config
run: npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
- name: Publish to npm
run: npm publish --access public