From 1f7ad033c1ea297f98e606ac06f28ce014d08380 Mon Sep 17 00:00:00 2001 From: sdegutis Date: Tue, 6 Aug 2024 17:01:10 -0500 Subject: [PATCH] Add generate script. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d77f5e4..90e57fd 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ }, "scripts": { "build": "tsc --build", + "generate": "imlib generate", "watch": "tsc --build --watch" }, "repository": {