Skip to content

tsconfig: for sanity, go back to moduleResolution bundler and see if … #18

tsconfig: for sanity, go back to moduleResolution bundler and see if …

tsconfig: for sanity, go back to moduleResolution bundler and see if … #18

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: npm install -g jsr
- run: jsr publish --allow-slow-types --allow-dirty