diff --git a/holocron.config.ts b/holocron.config.ts index 3cf28fb..27715f9 100644 --- a/holocron.config.ts +++ b/holocron.config.ts @@ -37,10 +37,7 @@ export default defineConfig({ }, }, { name: "release", with: { "run-build": true } }, - { - name: "deploy-storybook", - paths: ["src/**", ".storybook/**"], - }, + { name: "deploy", with: { storybook: [{ name: "app" }] } }, ], providers: { ...providers,