From 6c9a243c905d7b53d4d07df029fa1b2c1cf1e030 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Mon, 1 Dec 2025 20:10:08 +0900 Subject: [PATCH] Chg: prepare --- .gitignore | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30bc162..913cd78 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/node_modules \ No newline at end of file +/node_modules/ +/dist/ \ No newline at end of file diff --git a/package.json b/package.json index eab8819..f6eed97 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "build": "tsc" + "build": "tsc", + "prepare": "tsc" }, "keywords": [ "esm",