7 lines
65 B
Makefile
7 lines
65 B
Makefile
|
|
build:
|
|
pnpm install --force
|
|
pnpm run build
|
|
|
|
start:
|
|
pnpm start
|