Skip to content

Commit 25f63a0

Browse files
authored
Merge pull request #86 from codecrafters-io/andy/upgrade-bun-to-v1.3-no-2
CC-2145: Upgrade Bun to v1.3
2 parents cac8be2 + 4d99dd8 commit 25f63a0

9 files changed

Lines changed: 109 additions & 5 deletions

File tree

compiled_starters/typescript/.codecrafters/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
set -e # Exit on failure
1010

11-
exec bun run "$(dirname "$0")/app/main.ts" "$@"
11+
exec bun run "$(dirname "$0")/app/main.ts" "$@"

compiled_starters/typescript/bun.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dockerfiles/bun-1.3.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.7-labs
22
FROM oven/bun:1.3-alpine
33

4-
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="package.json,bun.lockb"
4+
ENV CODECRAFTERS_DEPENDENCY_FILE_PATHS="package.json,bun.lock"
55

66
RUN apk add --no-cache --upgrade 'bash>=5.2'
77

solutions/typescript/01-yy2/code/.codecrafters/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
set -e # Exit on failure
1010

11-
exec bun run "$(dirname "$0")/app/main.ts" "$@"
11+
exec bun run "$(dirname "$0")/app/main.ts" "$@"

solutions/typescript/01-yy2/code/bun.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

solutions/typescript/02-aq1/code/.codecrafters/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
set -e # Exit on failure
1010

11-
exec bun run "$(dirname "$0")/app/main.ts" "$@"
11+
exec bun run "$(dirname "$0")/app/main.ts" "$@"

solutions/typescript/02-aq1/code/bun.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starter_templates/typescript/code/.codecrafters/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
set -e # Exit on failure
1010

11-
exec bun run "$(dirname "$0")/app/main.ts" "$@"
11+
exec bun run "$(dirname "$0")/app/main.ts" "$@"

starter_templates/typescript/code/bun.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)