From 2cf841e1d842d11fe7ffdda25ded4b5dbd262d7f Mon Sep 17 00:00:00 2001 From: TaePoong719 Date: Thu, 5 Oct 2023 13:04:19 +0900 Subject: [PATCH] =?UTF-8?q?Env:=20=EC=9E=90=EB=8F=99=20=EB=B0=B0=ED=8F=AC?= =?UTF-8?q?=20=ED=99=98=EA=B2=BD=EC=84=A4=EC=A0=95=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 31b5bd2..ef8f032 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", + "cicd": "git push origin main", "format": "prettier --check --ignore-path .gitignore .", "format:fix": "prettier --write --ignore-path .gitignore ." },