mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -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
|
make generate-version-file
|
||||||
rm poetry.lock
|
rm poetry.lock
|
||||||
poetry lock
|
poetry lock
|
||||||
poetry install --sync --no-root
|
poetry install --no-root
|
||||||
|
poetry sync
|
||||||
poetry run pre-commit install
|
poetry run pre-commit install
|
||||||
createdb notification_api || true
|
createdb notification_api || true
|
||||||
createdb test_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
|
make generate-version-file
|
||||||
rm poetry.lock
|
rm poetry.lock
|
||||||
poetry lock
|
poetry lock
|
||||||
poetry install --sync --no-root
|
poetry install --no-root
|
||||||
|
poetry sync
|
||||||
git config --global --unset-all core.hooksPath
|
git config --global --unset-all core.hooksPath
|
||||||
poetry run pre-commit install
|
poetry run pre-commit install
|
||||||
git config --global core.hookspath "${GIT_HOOKS_PATH}"
|
git config --global core.hookspath "${GIT_HOOKS_PATH}"
|
||||||
|
|||||||
892
poetry.lock
generated
892
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user