From 95ee598875fc4882c3f9eddd347ae15fe0bed07c Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Mon, 24 Aug 2026 07:47:50 +0500 Subject: [PATCH] chore: add root script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 570ed0f..4b76dc7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "dev": "pnpm --dir web dev" + "dev": "pnpm --dir web dev", + "build": "pnpm --dir web build" }, "keywords": [], "author": "Ku6epXBOCTuK",