mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 00:31:32 +02:00
cddbd8e897
Co-authored-by: alonso.torres <alonso.torres@kaleidos.net>
12 lines
296 B
JavaScript
12 lines
296 B
JavaScript
import * as h from "./_helpers.js";
|
|
|
|
await h.ensureDirectories();
|
|
await h.compileStyles();
|
|
await h.copyAssets();
|
|
await h.compileFontsPreviewSprite();
|
|
await h.copyWasmPlayground();
|
|
await h.compileSvgSprites();
|
|
await h.compileTranslations();
|
|
await h.compileTemplates();
|
|
await h.compilePolyfills();
|