Skip to content

Commit

Permalink
chore: Fix devbox scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpovel committed Aug 4, 2023
1 parent c750040 commit b6a635b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"poetry install"
],
"scripts": {
"build-image": "docker build --progress=plain --tag ${LIBRARY}/${LIBRARY} .",
"format-check": "poetry run black --check --diff \"LIBRARY\"",
"build-image": "docker build --progress=plain --tag \"$LIBRARY\"/\"$LIBRARY\":$(poetry version --short) .",
"format-check": "poetry run black --check --diff \"$LIBRARY\"",
"install-hooks": "pre-commit install --hook-type pre-push --hook-type pre-commit --hook-type commit-msg",
"lint": "poetry run ruff .",
"make-depgraph.svg": "poetry run pydeps --max-bacon=4 --cluster -T svg -o depgraph.svg \"$LIBRARY\"",
Expand Down

0 comments on commit b6a635b

Please sign in to comment.