From 11af645f2733ebbeea869c58f55ce9537744c26c Mon Sep 17 00:00:00 2001 From: Hiren Lalakiya Date: Thu, 9 Jan 2025 17:39:28 +0530 Subject: [PATCH] feat: U1: Add build Script --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 44a7c41..ba87c42 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "bin": { "pocket": "./dist/distribute.js" }, + "scripts": { + "build": "rm -rf dist && tsc" + }, "keywords": [ "distribute", "CLI"