8939194133
- @uncaged/workflow (core lib) + @uncaged/cli-workflow (CLI) - RFC-001: full design doc covering storage, threading, CLI 小橘 <xiaoju@shazhou.work>
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"name": "@uncaged/workflow-monorepo",
|
|
"private": true,
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"build": "bun run --filter '*' build",
|
|
"test": "bun run --filter '*' test"
|
|
}
|
|
}
|