diff --git a/admin/frontend/package.json b/admin/frontend/package.json index 05f490e..847a494 100644 --- a/admin/frontend/package.json +++ b/admin/frontend/package.json @@ -1,5 +1,9 @@ { "type": "module", + "scripts": { + "build": "lixbuild", + "dev": "lixbuild --watch" + }, "peerDependencies": { "@lilith/queue": "workspace:*", "@lilith/ui-data": "workspace:*",