[ci] yarn format

This commit is contained in:
matthewp 2021-07-27 18:51:57 +00:00 committed by GitHub Actions
parent e90615f940
commit ed0ed49df6

View file

@ -353,7 +353,7 @@ async function createSnowpack(astroConfig: AstroConfig, options: CreateSnowpackO
'astro/dist/internal/element-registry.js',
'astro/dist/internal/fetch-content.js',
'astro/dist/internal/__astro_slot.js',
'prismjs'
'prismjs',
];
for (const renderer of rendererInstances) {
knownEntrypoints.push(renderer.server);