Skip to content

Commit 212c21a

Browse files
[fix] --ignore-scripts in build_component_wheels (#124)
1 parent 52e1364 commit 212c21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_component_wheels/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
run: |
3131
find examples templates -maxdepth 5 -type d -name frontend -print0 | while IFS= read -r -d '' line; do
3232
(
33-
cd "${line}" && npm install "${STREAMLIT_COMPONENT_LIB_FILE}"
33+
cd "${line}" && npm install --ignore-scripts "${STREAMLIT_COMPONENT_LIB_FILE}"
3434
)
3535
done
3636

0 commit comments

Comments
 (0)