mirror of
https://github.com/penpot/penpot.git
synced 2026-02-14 07:33:04 +00:00
9 lines
199 B
JavaScript
9 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();
|