Skip to content

fix: revert the source map change (#52) #110

fix: revert the source map change (#52)

fix: revert the source map change (#52) #110

Workflow file for this run

name: Build Package
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
run: pnpm install
- name: Lint
run: pnpm run lint
- name: Create npm package
run: pnpm pack