From e2d8584957c34ec527cebc7e3868828b514ebec7 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Fri, 17 Nov 2023 17:18:48 +0900 Subject: [PATCH] fix: change script name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebc22ff..a93133f 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ }, "scripts": { "build": "tsc", - "publish": "tsc && yarn publish dist" + "up": "tsc && yarn publish dist" } }