mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Add yarn install
This commit is contained in:
@@ -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