From 156cdefabaf6748240ac365e6beb3cb449ba668b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 22 Jan 2026 13:40:04 +0700 Subject: [PATCH] Add version script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 551eb58..fb79aa7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ ], "scripts": { "build": "rimraf dist && tsc", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "version": "pnpm run build && git add dist" }, "author": "Râu Cao ", "license": "MIT",