Update Makefile

This commit is contained in:
Nate Kelley 2025-04-11 16:40:15 -06:00
parent 91cc3783c6
commit 283b1bd012
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -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