mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-10 00:18:36 +00:00
14 lines
105 B
Makefile
14 lines
105 B
Makefile
install:
|
|
pnpm install
|
|
|
|
build:
|
|
pnpm build
|
|
|
|
dev:
|
|
pnpm dev
|
|
|
|
lint:
|
|
pnpm lint
|
|
|
|
format:
|
|
pnpm format:write
|