Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"build": "pnpm --filter @proofkit/typegen build && pnpm exec varlock run -- next build",
"build": "pnpm --filter @proofkit/typegen build && next build",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Confirm the required repo-root CI run before merge.

Please confirm pnpm run ci was executed from the repo root after this change, per the repo rule for JSON-file updates.

As per coding guidelines, **/*.{ts,tsx,js,jsx,json}: Always run pnpm run ci from repo root after task completion and before committing.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/docs/package.json` at line 7, Confirm and run the repository-level CI
checks by executing "pnpm run ci" from the repo root after updating the
apps/docs package.json (the modified "build" script), then commit only after the
CI completes successfully; ensure you mention this confirmation in the PR
description or squash/merge checklist.

"dev": "portless proofkit next dev",
"start": "portless proofkit next start",
"postinstall": "fumadocs-mdx",
Expand All @@ -30,7 +30,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.4.4",
"fumadocs-mdx": "14.2.4",
"fumadocs-mdx": "14.2.9",
"fumadocs-twoslash": "^3.1.12",
"fumadocs-typescript": "^5.0.1",
"fumadocs-ui": "16.4.4",
Expand All @@ -48,7 +48,7 @@
"tailwind-merge": "^3.4.0",
"ts-morph": "^26.0.0",
"twoslash": "^0.3.6",
"varlock": "^1.1.0",
"varlock": "^1.2.0",
"zod": "^4.3.5"
},
"devDependencies": {
Expand Down
Loading
Loading