Feature Request: Pass arbitrary options to the build actions
- Lenguaje dominante
- Python
- Estrellas
- 380
- Forks
- 161
- Merge medio
- 1 d 1 h
- PR fusionados (30 d)
- 2
Descripción
**Description:**
Based on experience building `claudia pack`, the team learnt that people kept wanting to add certain tweaks (eg skip the .npmrc file, skip security audits, don’t create package.lock etc). NPM keeps adding these steps into their builds. So they introduced the ability to pass arbitrary flags to NPM.
**Pros**: Easy to support these one off cases
**Cons**: This breaks one of the tenets - "make this builder super easy to reason about". Arbitrary flags make the builder hard to reason about because the output one person gets on his machine will be different from output another person get, because of the flags they have configured.
Ideally, we should implement 80% of these requested features in the build action. But I am opening this feature request to collect use cases for passing arbitrary options to build actions.
**Request by build actions**:
1. node-npm
Guía de contribución
Línea de trabajo
Empieza leyendo la node-npm build action y los casos de uso enumerados en el issue. Determina qué opciones de build solicitadas deberían admitirse explícitamente y cómo se configurarían las opciones arbitrarias; el trabajo estará terminado cuando se hayan definido el alcance y el comportamiento aceptados, y se haya resuelto el equilibrio entre comodidad y reproducibilidad.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- node.js
- Área
- build-system
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100