Skip to content

fix(app): publish only dist in npm package#85

Merged
skulidropek merged 1 commit intoProverCoderAI:mainfrom
skulidropek:issue-83
Feb 21, 2026
Merged

fix(app): publish only dist in npm package#85
skulidropek merged 1 commit intoProverCoderAI:mainfrom
skulidropek:issue-83

Conversation

@skulidropek
Copy link
Copy Markdown
Member

Summary

  • add files whitelist in packages/app/package.json so npm package includes only dist
  • keep CLI entrypoint in published tarball via dist/src/docker-git/main.js
  • harden scripts/e2e/local-package-cli.sh to fail if tarball includes unexpected files

Verification

  • pnpm --filter ./packages/app typecheck
  • bash scripts/e2e/local-package-cli.sh
  • manual check: npm pack now contains only package.json and dist/**

Closes #83

@skulidropek skulidropek merged commit 9aa24cf into ProverCoderAI:main Feb 21, 2026
12 checks passed
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.

Почему в билде у нас лежит папка полная, а не только dist

1 participant