Skip to main content

scripts/ci/test.sh

Metadata

  • Purpose: Automation script used in local development, CI, or deployment flow.
  • Domain: scripts
  • Language: bash
  • Bytes: 49
  • Lines: 5
  • Content hash (short): e701bef6
  • Source (start): scripts/ci/test.sh:1
  • Source (end): scripts/ci/test.sh:5

Indexed Symbols

No indexed functions/methods detected in this file.

Markdown Headings (if applicable)

No markdown headings detected.

Source Preview

#!/usr/bin/env bash
set -euo pipefail

pnpm test