Skip to content

feat: skip missing npm build scripts and fall back to vercel dev for endpoints (v0.4.7)#21

Merged
masonlet merged 6 commits into
mainfrom
feat/endpoints
Jul 4, 2026
Merged

feat: skip missing npm build scripts and fall back to vercel dev for endpoints (v0.4.7)#21
masonlet merged 6 commits into
mainfrom
feat/endpoints

Conversation

@masonlet

@masonlet masonlet commented Jul 4, 2026

Copy link
Copy Markdown
Member

Summary

Adds support for endpoint projects (Vercel serverless APIs with no build/dev scripts, e.g. readme-api, contact-api/vercel, gh-top-languages/api).

Changes

  • Fix: single-repo npm mode no longer fails on repos without a build script, the build step is skipped instead of erroring.
  • Feature: --dev falls back to vercel dev when a repo has no dev script but looks like a Vercel project (vercel.json, api/ directory, or @vercel/node dependency). Explicit dev scripts still take priority.

@masonlet
masonlet merged commit 19e1ee8 into main Jul 4, 2026
10 checks passed
@masonlet
masonlet deleted the feat/endpoints branch July 4, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant