feat: add install dependencies step in react deploy workflow
This commit is contained in:
parent
194fda7e31
commit
18cefe5dd3
2
.github/workflows/react.yml
vendored
2
.github/workflows/react.yml
vendored
@ -36,6 +36,8 @@ jobs:
|
|||||||
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
|
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
|
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
|
||||||
|
- name: Install dependencies
|
||||||
|
run: yarn install
|
||||||
- name: Build React
|
- name: Build React
|
||||||
run: yarn build
|
run: yarn build
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user