mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 07:02:58 +00:00
11 lines
259 B
JavaScript
11 lines
259 B
JavaScript
import * as h from "./_helpers.js";
|
|
|
|
await h.ensureDirectories();
|
|
await h.compileStyles();
|
|
await h.copyAssets();
|
|
await h.copyWasmPlayground();
|
|
await h.compileSvgSprites();
|
|
await h.compileTranslations();
|
|
await h.compileTemplates();
|
|
await h.compilePolyfills();
|