alloc / alloc/indo

Remove package scripts before install

Aberta
#32 0 comentários 0 reações 0 responsáveis Ver no GitHub
enhancement priority:high
Linguagem predominante
TypeScript
Estrelas
18
Forks
0
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Any `package.json` scripts that would run on `npm install` will be removed while dependencies are being installed. This lets us install parent packages first without the fear of a child package not being ready-to-use in a script.

Why would I want that? Installing dependencies of parents first lets children use `link:` to inherit dev dependencies from their parents. This reduces install times.

The removed scripts are restored after install, and they're executed in topological order (children first).

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.