8 lines
80 B
Makefile
8 lines
80 B
Makefile
SHELL := /bin/bash
|
|
|
|
build:
|
|
pnpm install
|
|
pnpm run build
|
|
|
|
start:
|
|
pnpm run start
|