mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 01:16:37 +02:00
💄 Reformat affected JS files
This commit is contained in:
parent
3efd5cb9e8
commit
ecbedf847f
28 changed files with 720 additions and 285 deletions
|
@ -4,7 +4,7 @@ import log from "fancy-log";
|
|||
import * as h from "./_helpers.js";
|
||||
|
||||
await h.compileStyles();
|
||||
await h.copyAssets()
|
||||
await h.compileSvgSprites()
|
||||
await h.copyAssets();
|
||||
await h.compileSvgSprites();
|
||||
await h.compileTemplates();
|
||||
await h.compilePolyfills();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue