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
4 changes: 2 additions & 2 deletions .github/workflows/download-packages-popularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- "*.ts"
- package.json
- package-lock.json
- bun.lockb
- bun.lock

jobs:
build:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
author_name: ${{ env.GIT_COMMIT_AUTHOR_NAME }}
author_email: ${{ env.GIT_COMMIT_AUTHOR_EMAIL }}
message: 'feat: adds popularity of packages'
push: true
push: true
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
max-parallel: 3
matrix:
bun-version:
- 1.1.36
- 1.1.39

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "*.ts"
- package.json
- package-lock.json
- bun.lockb
- bun.lock

jobs:
build:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
max-parallel: 1
matrix:
bun-version:
- 1.1.36
- 1.1.39

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,7 @@ cases/typia/build

# ts-auto-guard build artifacts
cases/ts-auto-guard/build
cases/ts-auto-guard/src/index.guard.ts
cases/ts-auto-guard/src/index.guard.ts

# Bun binary lock file makes mergin harder. Using text lock file instead.
bun.lockb
1,925 changes: 1,925 additions & 0 deletions bun.lock

Large diffs are not rendered by default.

Binary file removed bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install]
saveTextLockfile = true
Loading