mirror of https://github.com/buster-so/buster.git
11 lines
135 B
Makefile
11 lines
135 B
Makefile
|
dev:
|
||
|
rm -rf ./next && npm i && npm run dev
|
||
|
|
||
|
build:
|
||
|
npm i && npm run build
|
||
|
|
||
|
start:
|
||
|
npm run build && npm run start
|
||
|
|
||
|
fast:
|
||
|
npm run dev
|