mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 05:06:20 +02:00
10 lines
262 B
JavaScript
10 lines
262 B
JavaScript
import fs from "node:fs/promises";
|
|
import ppt from "pretty-time";
|
|
import log from "fancy-log";
|
|
import * as h from "./_helpers.js";
|
|
|
|
await h.compileStyles();
|
|
await h.copyAssets()
|
|
await h.compileSvgSprites()
|
|
await h.compileTemplates();
|
|
await h.compilePolyfills();
|