feat: add install dependencies step in react deploy workflow

This commit is contained in:
Shinwoo PARK 2024-06-14 04:18:34 +09:00 committed by GitHub
parent 194fda7e31
commit 18cefe5dd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,8 @@ jobs:
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
- name: Install dependencies
run: yarn install
- name: Build React
run: yarn build
- name: Upload artifact