devex: storybook build (#5364)

This commit is contained in:
Calum H.
2026-02-13 00:06:33 +00:00
committed by GitHub
parent a9e0655859
commit d4ef5f36c3

View File

@@ -22,6 +22,7 @@
"prepr:frontend:web": "turbo run prepr --filter=@modrinth/frontend",
"prepr:frontend:app": "turbo run prepr --filter=@modrinth/app-frontend",
"storybook": "pnpm --filter @modrinth/ui storybook",
"build-storybook": "pnpm --filter @modrinth/ui build-storybook",
"icons:add": "pnpm --filter @modrinth/assets icons:add",
"scripts": "node scripts/run.mjs"
},