diff --git a/web/Makefile b/web/Makefile index f52354bd6..95f1fa1c9 100644 --- a/web/Makefile +++ b/web/Makefile @@ -5,7 +5,7 @@ build: rm -rf ./next && npm i && npm run build start: - npm run build && npm run start + npm i && npm run build && npm run start fast: npm run dev