Skip to content

Commit

Permalink
add lock command to just refresh command (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Aug 12, 2024
1 parent c665d15 commit 925d132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Changed

- `just refresh` command now calls `just lock`.

### Fixed

- Installation for development stages in `Dockerfile` now correctly using `pyproject.toml` with `dev` extras.
Expand Down
1 change: 1 addition & 0 deletions src/django_twc_project/Justfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ manage *COMMAND:

# Refresh local development environment
refresh:
@just lock
@just docker stop
@just bootstrap
@just docker start
Expand Down

0 comments on commit 925d132

Please sign in to comment.