mirror of
https://github.com/penpot/penpot.git
synced 2025-06-17 16:31:40 +02:00
✨ Compile storybook target in release and a separate DS stylesheet
This commit is contained in:
parent
deef8abca5
commit
8bcc2a4932
5 changed files with 52 additions and 4 deletions
7
frontend/scripts/compile-storybook.js
Normal file
7
frontend/scripts/compile-storybook.js
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue