Skip to content

Commit f3cc7cf

Browse files
committed
exit when having npm install error
1 parent 8ff71f7 commit f3cc7cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/development/update_components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def booststrap_components(components_source):
5858
),
5959
file=sys.stderr,
6060
)
61+
sys.exit(1)
6162

6263

6364
def build_components(components_source):

0 commit comments

Comments
 (0)