Skip to content

Commit 1764442

Browse files
committed
Server tests
1 parent 62d83c8 commit 1764442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/management/commands/updatecomponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Command(BaseCommand):
3333
help = "Command to update the details of all the components from Github"
3434

3535
def handle(self, *args, **options):
36-
all_components = get_npm_data()['objects'][:5]
36+
all_components = get_npm_data()['objects']
3737
for component in all_components:
3838
component_data = component['package']
3939
try:

0 commit comments

Comments
 (0)