From 8ef5c9edd6ed16402e9b9c9433c29d1042a2ce0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Wed, 24 Jan 2024 13:33:34 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A6=BD=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ApiTestManager/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 ApiTestManager/build.sh diff --git a/ApiTestManager/build.sh b/ApiTestManager/build.sh new file mode 100755 index 0000000..8ef63c6 --- /dev/null +++ b/ApiTestManager/build.sh @@ -0,0 +1 @@ +npm run clean && npm run build && npm run deploy