From f6c6e88a6e0cb92cdb6d8093279d73f3f2960ee7 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Mon, 18 Oct 2021 23:40:16 +0200 Subject: [PATCH] Updated makefile. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 26e23fb..fd666b8 100644 --- a/Makefile +++ b/Makefile @@ -10,10 +10,16 @@ install-dev: pipenv install --dev pipenv run pre-commit install bundle install + pipenv graph + pipenv check uninstall-dev: + rm -f Pipfile.lock pipenv --rm +update: + pipenv run pre-commit autoupdate + all: clean build serve-global build: