mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
try oscrypto 1.3.0
This commit is contained in:
6
Makefile
6
Makefile
@@ -18,7 +18,8 @@ bootstrap: ## Set up everything to run the app
|
||||
make generate-version-file
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
poetry install --sync --no-root
|
||||
poetry install --no-root
|
||||
poetry sync
|
||||
poetry run pre-commit install
|
||||
createdb notification_api || true
|
||||
createdb test_notification_api || true
|
||||
@@ -29,7 +30,8 @@ bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing g
|
||||
make generate-version-file
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
poetry install --sync --no-root
|
||||
poetry install --no-root
|
||||
poetry sync
|
||||
git config --global --unset-all core.hooksPath
|
||||
poetry run pre-commit install
|
||||
git config --global core.hookspath "${GIT_HOOKS_PATH}"
|
||||
|
||||
Reference in New Issue
Block a user