Skip to content

Commit

Permalink
Issue #518: Default task file references drupal:composer task that do…
Browse files Browse the repository at this point in the history
…es not exist (#530)
  • Loading branch information
justafish authored Apr 15, 2024
1 parent 86cfbd3 commit f3e5706
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 @@ -38,7 +38,7 @@ tasks:

build:dev:
desc: "Builds the project for development"
deps: [drupal:composer]
deps: [drupal:composer:development]
cmds:
# @see https://architecture.lullabot.com/adr/20211026-one-time-login-first-drupal-user-account/
- ./vendor/bin/drush user:unblock --uid=1
Expand Down

0 comments on commit f3e5706

Please sign in to comment.