We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d83c8 commit 1764442Copy full SHA for 1764442
main/management/commands/updatecomponents.py
@@ -33,7 +33,7 @@ class Command(BaseCommand):
33
help = "Command to update the details of all the components from Github"
34
35
def handle(self, *args, **options):
36
- all_components = get_npm_data()['objects'][:5]
+ all_components = get_npm_data()['objects']
37
for component in all_components:
38
component_data = component['package']
39
try:
0 commit comments