Skip to content

chore: use gh api for package deletion (#107) #227

chore: use gh api for package deletion (#107)

chore: use gh api for package deletion (#107) #227

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
registry-url: 'https://npm.pkg.github.com'
- run: npm install
- run: npm run compile