mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
fix: release script grep -P macOS compat and CLI typecheck actor errors
- Replace grep -P (Perl regex, unavailable on macOS) with sed for extracting the CLI version string in release.sh - Add triple-slash reference to server/src/types/express.d.ts in server/src/index.ts so CLI's tsc picks up the Express Request augmentation when following workspace links Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f3d1e6f1b4
commit
24b393b08f
2 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/// <reference path="./types/express.d.ts" />
|
||||
import { existsSync, readFileSync, rmSync } from "node:fs";
|
||||
import { createServer } from "node:http";
|
||||
import { resolve } from "node:path";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue