Skip to content

fix: publish importable DRIFT package - #16

Merged
tuzuminami merged 1 commit into
mainfrom
codex/drift-package-10
Jul 13, 2026
Merged

fix: publish importable DRIFT package#16
tuzuminami merged 1 commit into
mainfrom
codex/drift-package-10

Conversation

@tuzuminami

Copy link
Copy Markdown
Owner

Closes #10

What changed

  • adds explicit root, server, and migration package exports with declaration paths
  • verifies a packed tarball in a clean consumer install
  • verifies public imports, CLI symlink execution, and private subpath rejection
  • fixes CLI entrypoint detection through npm symlinked bin paths

Verification

  • pnpm install --frozen-lockfile
  • npm run check (36 passing; PostgreSQL integration skipped locally without DRIFT_POSTGRES_TEST_URL)
  • packed tarball manifest contains only the intended distribution surface

@tuzuminami
tuzuminami merged commit 4578928 into main Jul 13, 2026
1 check passed
@tuzuminami
tuzuminami deleted the codex/drift-package-10 branch July 13, 2026 05:11
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.

P1: publish importable DRIFT npm artifacts and verify a clean consumer install

1 participant