deerflow2/frontend/Makefile

18 lines
123 B
Makefile

install:
pnpm install
build:
pnpm build
dev:
pnpm dev
test:
pnpm test
lint:
pnpm lint
format:
pnpm format:write