chore: 添加 turbo 依赖图生成指令
This commit is contained in:
parent
e765823189
commit
aa9aa1c7e6
4
.gitignore
vendored
4
.gitignore
vendored
@ -54,3 +54,7 @@ vite.config.ts.*
|
|||||||
apps/docs/src/renderer/CHANGELOG.md
|
apps/docs/src/renderer/CHANGELOG.md
|
||||||
apps/docs/src/designer/CHANGELOG.md
|
apps/docs/src/designer/CHANGELOG.md
|
||||||
apps/docs/src/platform/CHANGELOG.md
|
apps/docs/src/platform/CHANGELOG.md
|
||||||
|
|
||||||
|
# 忽略 turbo-graph 生成的文件
|
||||||
|
dependencies.html
|
||||||
|
dependencies.png
|
||||||
|
@ -50,7 +50,9 @@
|
|||||||
"test:e2e": "turbo run test:e2e",
|
"test:e2e": "turbo run test:e2e",
|
||||||
"update:deps": "npx taze -r -w",
|
"update:deps": "npx taze -r -w",
|
||||||
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
|
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile",
|
||||||
"reset": "pnpm clean && pnpm install"
|
"reset": "pnpm clean && pnpm install",
|
||||||
|
"turbo-graph:build": "npx turbo run build --graph",
|
||||||
|
"turbo-graph-html:build": "npx turbo run build --graph=dependencies.html"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/changelog-github": "catalog:",
|
"@changesets/changelog-github": "catalog:",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user