diff --git a/Makefile b/Makefile index 1870658..c77347e 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ test: ## test -coverprofile=coverage.out .PHONY: ubuntu ubuntu: ## Install deps for ubuntu (libvips, ffmpeg) - apt install build-essential libvips pkg-config libvips-dev ffmpeg -y + sudo apt install build-essential libvips pkg-config libvips-dev ffmpeg -y npm i --prefix ./web .PHONY: coverage