Skip to content

Commit 48a0fd2

Browse files
author
acring
committed
feat: 增加 storybook-llms-extractor
Signed-off-by: acring <liu-zhen@xsky.com>
1 parent 7e9e041 commit 48a0fd2

File tree

4 files changed

+7131
-6939
lines changed

4 files changed

+7131
-6939
lines changed

.yarnrc.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
httpTimeout: 600000
22
nodeLinker: node-modules
3-
defaultSemverRangePrefix: ''
4-
npmRegistryServer: "https://registry.npmmirror.com"
3+
defaultSemverRangePrefix: ""
4+
# npmRegistryServer: "https://registry.npmmirror.com"
55
yarnPath: .yarn/releases/yarn-3.7.0.cjs
66
supportedArchitectures:
77
os:
8-
- 'darwin'
9-
- 'linux'
8+
- "darwin"
9+
- "linux"
1010
cpu:
11-
- 'x64'
12-
- 'arm64'
11+
- "x64"
12+
- "arm64"
1313
libc:
14-
- 'glibc'
15-
- 'musl'
14+
- "glibc"
15+
- "musl"

apps/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"@types/node": "^17.0.12",
3535
"@types/react": "^18.0.22",
3636
"@types/react-dom": "^18.0.7",
37-
"storybook": "*",
3837
"@xsky/eris-eslint-config-ui": "*",
3938
"@xsky/eris-tsconfig-ui": "*",
4039
"autoprefixer": "^10.4.16",

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
"i18n:scanner": "turbo run i18n:scanner --filter @xsky/eris-ui",
2424
"release": "dotenv -- turbo release --concurrency=1",
2525
"postinstall": "yarn prepare",
26-
"publish:changed": "node ./scripts/publish-changed.js"
26+
"publish:changed": "node ./scripts/publish-changed.js",
27+
"extract-storybook-docs": "storybook-llms-extractor --distPath apps/storybook/storybook-static"
2728
},
2829
"dependencies": {
30+
"@acring/storybook-llms-extractor": "0.0.0",
2931
"turbo": "1.11.1",
3032
"typescript": "^5.2.2"
3133
},

0 commit comments

Comments
 (0)