mirror of https://github.com/buster-so/buster.git
Update Makefile
This commit is contained in:
parent
91cc3783c6
commit
283b1bd012
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue