Skip to content

Commit 209daab

Browse files
explicitly run webpack in plotlywidget
1 parent 16b5f0b commit 209daab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def run(self):
138138
stderr=sys.stderr,
139139
)
140140
check_call(
141-
[npmName, "run build"],
141+
[npmName, "run", "build"],
142142
cwd=node_root,
143143
stdout=sys.stdout,
144144
stderr=sys.stderr,

0 commit comments

Comments
 (0)