Remove package scripts before install
Aberta
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.