mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-21 04:10:47 +02:00
6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
bun install --frozen-lockfile
|
|
bun run test:gstack2
|