mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
import * as h from "./_helpers.js";
|
|
|
|
await h.compileStyles();
|
|
await h.copyAssets();
|
|
await h.copyWasmPlayground();
|
|
await h.compileSvgSprites();
|
|
await h.compileTranslations();
|
|
await h.compileTemplates();
|
|
await h.compilePolyfills();
|