Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@ jobs:
- name: Run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: bun release
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading