MCPcopy Create free account
hub / github.com/adobe/react-spectrum / build

Function build

packages/dev/storybook-builder-parcel/preset.mjs:84–87  ·  view source on GitHub ↗
({options})

Source from the content-addressed store, hash-verified

82}
83
84export async function build({options}) {
85 const parcel = await createParcel(options);
86 await parcel.run();
87}
88
89// No core presets to register; previewAnnotations come transitively from
90// @storybook/react via core.renderer (see storybook-react-parcel/preset.mjs).

Callers

nothing calls this directly

Calls 2

createParcelFunction · 0.85
runMethod · 0.80

Tested by

no test coverage detected