chore: remove the TypeScript code from the repository

This commit is contained in:
Michael Bolin
2025-08-08 15:38:54 -07:00
parent 39a4d4ed8e
commit f4418113f0
216 changed files with 3 additions and 35958 deletions

View File

@@ -9,9 +9,6 @@
# --tmp <dir> : Use <dir> instead of a freshly created temp directory.
# -h|--help : Print usage.
#
# NOTE: This script is intended to be run from the repository root via
# `pnpm --filter codex-cli stage-release ...` or inside codex-cli with the
# helper script entry in package.json (`pnpm stage-release ...`).
# -----------------------------------------------------------------------------
set -euo pipefail
@@ -94,9 +91,6 @@ pushd "$CODEX_CLI_ROOT" >/dev/null
# 1. Build the JS artifacts ---------------------------------------------------
pnpm install
pnpm build
# Paths inside the staged package
mkdir -p "$TMPDIR/bin"