Skip to content

Commit

Permalink
Merge pull request #20574 from storybookjs/fix/export-build-core-server
Browse files Browse the repository at this point in the history
fix: remove standalone and export build from core-server
  • Loading branch information
ndelangen authored Jan 11, 2023
2 parents f7826d5 + 0bcb256 commit 8572671
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions code/lib/core-server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { getPreviewHeadTemplate, getPreviewBodyTemplate } from '@storybook/core-
export * from './build-static';
export * from './build-dev';
export * from './withTelemetry';
export { default as build } from './standalone';
3 changes: 0 additions & 3 deletions code/lib/core-server/standalone.js

This file was deleted.

0 comments on commit 8572671

Please sign in to comment.