mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 04:36:37 +02:00
8 lines
199 B
JavaScript
8 lines
199 B
JavaScript
import * as h from "./_helpers.js";
|
|
|
|
await h.compileStyles();
|
|
await h.copyAssets();
|
|
await h.copyWasmPlayground();
|
|
await h.compileSvgSprites();
|
|
await h.compileTemplates();
|
|
await h.compilePolyfills();
|