Add yarn install
This commit is contained in:
3
.github/workflows/checkin.yml
vendored
3
.github/workflows/checkin.yml
vendored
@@ -7,6 +7,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: "yarn install"
|
||||
run: yarn install
|
||||
|
||||
- name: "yarn build"
|
||||
run: yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user