🔧 Update script names and conditionally build storybook

This commit is contained in:
Andrey Antukh 2024-08-05 11:29:14 +02:00 committed by Belén Albeza
parent 2b2bc73564
commit 0f16f65d30
5 changed files with 31 additions and 29 deletions

View file

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