Skip to content

Evita arquivos desnecessários ao usar Bun#84

Merged
leonelsanchesdasilva merged 1 commit into
DesignLiquido:principalfrom
LubuSeb:codex/bun-novo-sem-arquivos-desnecessarios-71
Jun 15, 2026
Merged

Evita arquivos desnecessários ao usar Bun#84
leonelsanchesdasilva merged 1 commit into
DesignLiquido:principalfrom
LubuSeb:codex/bun-novo-sem-arquivos-desnecessarios-71

Conversation

@LubuSeb

@LubuSeb LubuSeb commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Resumo

  • Evita a execução de bun init -y ao selecionar Bun como gerenciador de pacotes.
  • Cria um package.json mínimo quando ele ainda não existe e mantém a instalação com bun add liquido@latest.
  • Adiciona uma regressão garantindo que tsconfig.json, index.ts, README.md e peerDependencies.typescript não sejam criados por esse caminho.

Validação

  • node_modules\.bin\jest.cmd --runTestsByPath testes/liquido.test.ts --runInBand
  • node_modules\.bin\tsc.cmd --noEmit --pretty false

Closes #71

@leonelsanchesdasilva leonelsanchesdasilva left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Obrigado!

@leonelsanchesdasilva leonelsanchesdasilva merged commit 7c98b59 into DesignLiquido:principal Jun 15, 2026
1 check passed
@github-actions

Copy link
Copy Markdown

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 71.95% 849/1180
🔴 Branches 45.88% 245/534
🟡 Functions 74.42% 128/172
🟡 Lines 71.88% 828/1152

Test suite run success

192 tests passing in 18 suites.

Report generated by 🧪jest coverage report action from 9fdee9a

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.

Bun como gerenciador de pacotes cria arquivos desnecessários

2 participants