Skip to content

Commit b5a23dd

Browse files
authored
docs(stacks-svelte): generate llms friendly docs from storybook content (#2012)
1 parent 848952b commit b5a23dd

File tree

3 files changed

+987
-3
lines changed

3 files changed

+987
-3
lines changed

packages/stacks-svelte/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@
1919
"format": "prettier --write .",
2020
"lint": "svelte-check && eslint .",
2121
"lint:fix": "eslint . --fix",
22-
"test": "npm run build:dependencies && web-test-runner",
23-
"test:skipbuild": "web-test-runner",
22+
"test": "npm run build:dependencies && web-test-runner && npm run test:tools",
2423
"test:watch": "npm run build:dependencies && web-test-runner --watch",
24+
"test:tools": "npm run storybook:build && node --test tools/*.test.js",
2525
"storybook": "storybook dev -p 6006",
26-
"storybook:build": "storybook build -o netlify/dist"
26+
"storybook:build": "storybook build -o netlify/dist && npm run storybook:extract",
27+
"storybook:extract": "node tools/storybook-llms-extractor.js"
2728
},
2829
"peerDependencies": {
2930
"@stackoverflow/stacks": "^2.8.4",

0 commit comments

Comments
 (0)