mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Update script names and conditionally build storybook
This commit is contained in:
committed by
Belén Albeza
parent
2b2bc73564
commit
0f16f65d30
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();
|
||||
Reference in New Issue
Block a user