update: release (#109)

Signed-off-by: Fouad Matin <fouad@openai.com>
This commit is contained in:
Fouad Matin
2025-04-16 13:47:36 -07:00
committed by GitHub
parent 1c4e2e19ea
commit 7ac633b69c
3 changed files with 146 additions and 2373 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -43,7 +43,6 @@
"openai": "^4.89.0", "openai": "^4.89.0",
"react": "^18.2.0", "react": "^18.2.0",
"shell-quote": "^1.8.2", "shell-quote": "^1.8.2",
"terminal-image": "^3.1.1",
"use-interval": "1.4.0" "use-interval": "1.4.0"
}, },
"devDependencies": { "devDependencies": {
@@ -55,7 +54,7 @@
"@types/shell-quote": "^1.7.5", "@types/shell-quote": "^1.7.5",
"@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.23.1", "esbuild": "^0.25.2",
"eslint-plugin-import": "^2.31.0", "eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.32.2", "eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",

View File

@@ -1,6 +1,7 @@
{ {
"description": "Tools for repo-wide maintenance.", "description": "Tools for repo-wide maintenance.",
"scripts": { "scripts": {
"release": "cd codex-cli && npm run release",
"format": "prettier --check *.json *.md .github/workflows/*.yml", "format": "prettier --check *.json *.md .github/workflows/*.yml",
"format:fix": "prettier --write *.json *.md .github/workflows/*.yml" "format:fix": "prettier --write *.json *.md .github/workflows/*.yml"
}, },