Skip to content

sets sourcemap generation to true (#10) #29

sets sourcemap generation to true (#10)

sets sourcemap generation to true (#10) #29

Workflow file for this run

name: test
on:
push:
branches:
- '**'
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install
- run: pnpm test
- run: pnpm build