Skip to content

Commit 3f9143e

Browse files
committed
CI: Install bun dependencies
1 parent 217c41d commit 3f9143e

2 files changed

Lines changed: 187 additions & 1 deletion

File tree

makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ run-shebangs:
8484
$$(grep -v '^#' _all_.txt)
8585

8686

87-
shebang-scripts/today/chart.svg:
87+
shebang-scripts/node_modules:
88+
cd shebang-scripts \
89+
&& bun install
90+
91+
92+
shebang-scripts/today/chart.svg: shebang-scripts/node_modules
8893
bun run ./shebang-scripts/generate-chart.ts
8994

shebang-scripts/bun.lock

Lines changed: 181 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)