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 2c3de2e commit 46efe90Copy full SHA for 46efe90
main/management/commands/updatecomponents.py
@@ -43,7 +43,7 @@ class Command(BaseCommand):
43
help = "Command to update the details of all the components from Github"
44
45
def handle(self, *args, **options):
46
- all_components = get_npm_data()['objects'][:5]
+ all_components = get_npm_data()['objects']
47
for component in all_components:
48
component_data = component['package']
49
try:
0 commit comments