Compile storybook target in release and a separate DS stylesheet

This commit is contained in:
Belén Albeza 2024-08-01 14:54:57 +02:00
parent deef8abca5
commit 8bcc2a4932
5 changed files with 52 additions and 4 deletions

View file

@ -0,0 +1,7 @@
import * as h from "./_helpers.js";
await h.compileStorybookStyles();
await h.copyAssets();
await h.compileSvgSprites();
await h.compileTemplates();
await h.compilePolyfills();