Skip to content

Commit

Permalink
Add unblocking user 1 to the Taskfile scaffold (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Feb 15, 2024
1 parent 9a12379 commit c115f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tasks:
desc: "Builds the project for development"
deps: [drupal:composer]
cmds:
- echo "Nothing to do"
- ./vendor/bin/drush user:unblock --uid=1
# Ignore the below modules in sites/default/settings.php e.g.
# $settings['config_exclude_modules'] = ['stage_file_proxy', 'field_ui', 'views_ui'];
# - ./vendor/bin/drush pm:enable stage_file_proxy views_ui field_ui -y
Expand Down

0 comments on commit c115f8a

Please sign in to comment.