File tree Expand file tree Collapse file tree 3 files changed +987
-3
lines changed Expand file tree Collapse file tree 3 files changed +987
-3
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments