mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -05:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
|
import * as h from "./_helpers.js";
|
||
|
|
||
|
await h.compileStorybookStyles();
|
||
|
await h.copyAssets();
|
||
|
await h.compileSvgSprites();
|
||
|
await h.compileTemplates();
|
||
|
await h.compilePolyfills();
|