From 8b4ed5b951f009809e6b3aa429bd03bcc497f3a0 Mon Sep 17 00:00:00 2001 From: Lilith Date: Wed, 31 Dec 2025 18:27:15 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Revert=20--prod:=20devDeps=20nee?= =?UTF-8?q?ded=20for=20tsc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .forgejo/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 0b7a03a..7cce631 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -101,7 +101,7 @@ jobs: has_deps=$(node -p "Object.keys(require('./package.json').dependencies || {}).length > 0") if [ "$has_deps" = "true" ]; then echo "Installing dependencies..." - pnpm install --prod --no-frozen-lockfile + pnpm install --no-frozen-lockfile else echo "No runtime dependencies, skipping install" fi