Skip to content

Commit

Permalink
Issue #715: Specify run: once in default scaffold Taskfile.yml (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
quicksketch authored Oct 28, 2024
1 parent 95aefc4 commit acdb3b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scaffold/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ includes:
output: prefixed
silent: true

# Only allow tasks to be run once per task invocation. This ensures that
# multiple dependencies on the same task are only run once.
# @see https://github.com/go-task/task/issues/812
run: once

#vars:
# DRAINPIPE_SASS: |
# web/themes/custom/mytheme/style.scss:web/themes/custom/mytheme/style.css
Expand Down

0 comments on commit acdb3b4

Please sign in to comment.