Fix CI: remove unpublished sqlite-native optional deps#4571
Fix CI: remove unpublished sqlite-native optional deps#4571NathanFlurry merged 1 commit intomainfrom
Conversation
The @rivetkit/sqlite-native-* platform packages were listed as optionalDependencies but haven't been published to npm yet, causing ERR_PNPM_OUTDATED_LOCKFILE in CI. Remove them until they are published. Also regenerates the lockfile to fix a broken @hono/node-server entry.
|
🚅 Deployed to the rivet-pr-4571 environment in rivet-frontend
|
PR Review: Fix CI — remove unpublished sqlite-native optional depsSummary: This is a small, focused CI fix. The changes are minimal, correct, and low-risk.
|
Summary
@rivetkit/sqlite-native-*platform packages fromoptionalDependenciesinrivetkit-typescript/packages/sqlite-native/package.jsonERR_PNPM_OUTDATED_LOCKFILEfailures in CI with--frozen-lockfile@hono/node-serverentry in the lockfilenapiconfig andprepublishOnlyscript remain intact sonapi prepublishwill re-add the optional deps when the platform packages are actually publishedTest plan
pnpm install --frozen-lockfile