diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0a60bb..513ca55 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,5 +66,4 @@ jobs: - name: Run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: bun release diff --git a/bun.lockb b/bun.lockb index 1ba531e..39b5656 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 39fb4d9..2d0c023 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "check:lint": "bunx biome lint", "check:spec": "bun test", "check:type": "bunx tsc", - "dist": "bun clean:dist && bunx tsc -p tsconfig.build.json && bunx publint", + "dist": "bun clean:dist && bunx tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && bunx publint", "docs": "bunx typedoc", "fix": "bun fix:format && bun fix:lint", "fix:format": "bunx biome check --linter-enabled=false --fix", @@ -71,6 +71,7 @@ "husky": "9.1.7", "publint": "0.3.18", "semantic-release": "25.0.3", + "tsc-alias": "1.8.17", "tsc-output-format": "1.2.0", "typedoc": "0.28.19", "typedoc-plugin-markdown": "4.11.0",