Skip to content

Commit

Permalink
do poetry update on task check
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Sep 4, 2023
1 parent 12ac565 commit d5fa611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ tasks:
- cd {{.PLUGIN_DIR}} && git config user.name "Anonymous Person"
- cd {{.PLUGIN_DIR}} && git config user.email "anonymous@example.org"
- cd {{.PLUGIN_DIR}} && git commit -m "init from template"
- cd {{.PLUGIN_DIR}} && poetry update
- cd {{.PLUGIN_DIR}} && task check
vars:
TEMPLATE_REVISION:
Expand Down

0 comments on commit d5fa611

Please sign in to comment.