mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 21:06:37 +02:00
🔧 Update script names and conditionally build storybook
This commit is contained in:
parent
2b2bc73564
commit
0f16f65d30
5 changed files with 31 additions and 29 deletions
7
frontend/scripts/build-app-assets.js
Normal file
7
frontend/scripts/build-app-assets.js
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue