Skip to content

Commit 16b5f0b

Browse files
explicitly run webpack in plotlywidget
1 parent 304745e commit 16b5f0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: packages/python/plotly/setup.py

+6
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ def run(self):
137137
stdout=sys.stdout,
138138
stderr=sys.stderr,
139139
)
140+
check_call(
141+
[npmName, "run build"],
142+
cwd=node_root,
143+
stdout=sys.stdout,
144+
stderr=sys.stderr,
145+
)
140146
os.utime(self.node_modules, None)
141147

142148
for t in self.targets:

0 commit comments

Comments
 (0)