mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
Update Makefile
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
5
Makefile
5
Makefile
@@ -28,10 +28,7 @@ bootstrap: ## Set up everything to run the app
|
|||||||
.PHONY: bootstrap-with-git-hooks
|
.PHONY: bootstrap-with-git-hooks
|
||||||
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
||||||
make generate-version-file
|
make generate-version-file
|
||||||
rm poetry.lock
|
poetry sync --no-root
|
||||||
poetry lock
|
|
||||||
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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user