mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
15 lines
105 B
Makefile
15 lines
105 B
Makefile
install:
|
|
pnpm install
|
|
|
|
build:
|
|
pnpm build
|
|
|
|
dev:
|
|
pnpm dev
|
|
|
|
lint:
|
|
pnpm lint
|
|
|
|
format:
|
|
pnpm format:write
|