Skip to content

feat: refactor logging system to use debug library and remove pino dependency #72

feat: refactor logging system to use debug library and remove pino dependency

feat: refactor logging system to use debug library and remove pino dependency #72

Workflow file for this run

name: Publish Preview Package
on:
push:
branches: [main]
pull_request:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish Preview Package
run: npx pkg-pr-new publish