Skip to content

Commit

Permalink
move up poetry install (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Oct 3, 2024
1 parent dc776e2 commit 8fa9830
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/scripts/notify-dev-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ mkdir ~/.zfunc
touch ~/.zfunc/_poetry
poetry completions zsh > ~/.zfunc/_poetry

poetry install

# Poe the Poet plugin tab completions
touch ~/.zfunc/_poe
poetry run poe _zsh_completion > ~/.zfunc/_poe

poetry install

0 comments on commit 8fa9830

Please sign in to comment.