From 18eefc87c071bdd1080a6949a2b68bf1c77f2004 Mon Sep 17 00:00:00 2001 From: Jim Moffet Date: Mon, 13 Jun 2022 14:31:51 -0700 Subject: [PATCH] clean makefile --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index b72616f0f..750d4302c 100644 --- a/Makefile +++ b/Makefile @@ -28,18 +28,13 @@ bootstrap: generate-version-file ## Set up everything to run the app source $(HOME)/.nvm/nvm.sh && nvm install && npm ci --no-audit source $(HOME)/.nvm/nvm.sh && npm run build -.PHONY: bootstrap-with-docker -bootstrap-with-docker: generate-version-file ## Set up everything to run the app - # npm ci --no-audit - npm run build - .PHONY: watch-frontend watch-frontend: ## Build frontend and watch for changes npm run watch .PHONY: run-flask run-flask: ## Run flask - flask run -p 6012 + flask run -p 6012 --host=0.0.0.0 .PHONY: npm-audit npm-audit: ## Check for vulnerabilities in NPM packages