mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
10 lines
133 B
Bash
Executable File
10 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
bun install
|
|
bun install --cwd ./test/snippets
|
|
bun install --cwd ./test/scripts
|
|
|
|
make $BUN_TEST_NAME
|