From 79c641f93c04298c7b0d1c72fcb869ea4921055b Mon Sep 17 00:00:00 2001 From: riroan Date: Wed, 10 Apr 2024 00:19:29 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend.yml | 4 ++-- riroan/.gitignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index ddc8254..f8ead51 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -22,5 +22,5 @@ jobs: script: | cd ~/riroan.com/riroan git pull - npm install - npm run build + yarn install + yarn build diff --git a/riroan/.gitignore b/riroan/.gitignore index 0aae6ad..21cb83e 100644 --- a/riroan/.gitignore +++ b/riroan/.gitignore @@ -147,6 +147,7 @@ dist **/*.back.* node_modules +build/ *.sublime*