From d83fb788a9b41cdbc621174a6dafcb61d66a36f9 Mon Sep 17 00:00:00 2001 From: kane park <75514808+femmefatalehaein@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:15:58 +0900 Subject: [PATCH] fix : Update main.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit range slider 제발 설치되라 제발 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a36dce..fe03fb4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,8 @@ jobs: # 종속성 재설치 npm install + npm install vue-simple-range-slider + - name: Build the Vue app run: npm run build