Skip to content

Commit 03c7a1c

Browse files
committed
switching lerna scope
1 parent 677e4c1 commit 03c7a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dash/development/update_components.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def bootstrap_components(components_source, concurrency, install_type):
4343
else "{dash-core-components,dash-html-components,dash-table}"
4444
)
4545

46-
cmdstr = f"npx lerna exec --concurrency {concurrency} --scope='{source_glob}' -- npm {install_type}"
46+
cmdstr = f"npx lerna exec --concurrency {concurrency} --scope={source_glob} -- npm {install_type}"
4747
cmd = shlex.split(cmdstr, posix=not is_windows)
4848
status_print(cmdstr)
4949

@@ -79,7 +79,7 @@ def build_components(components_source, concurrency):
7979
else "{dash-core-components,dash-html-components,dash-table}"
8080
)
8181

82-
cmdstr = f"npx lerna exec --concurrency {concurrency} --scope='{source_glob}' -- npm run build"
82+
cmdstr = f"npx lerna exec --concurrency {concurrency} --scope={source_glob} -- npm run build"
8383
cmd = shlex.split(cmdstr, posix=not is_windows)
8484
status_print(cmdstr)
8585

0 commit comments

Comments
 (0)