We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e1364 commit 212c21aCopy full SHA for 212c21a
.github/actions/build_component_wheels/action.yaml
@@ -30,7 +30,7 @@ runs:
30
run: |
31
find examples templates -maxdepth 5 -type d -name frontend -print0 | while IFS= read -r -d '' line; do
32
(
33
- cd "${line}" && npm install "${STREAMLIT_COMPONENT_LIB_FILE}"
+ cd "${line}" && npm install --ignore-scripts "${STREAMLIT_COMPONENT_LIB_FILE}"
34
)
35
done
36
0 commit comments