Updating README

This commit is contained in:
Borales 2019-10-21 19:57:29 +02:00
parent a39c5ddbda
commit b7233e8545
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5

View File

@ -19,13 +19,13 @@ jobs:
- uses: actions/checkout@v1
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.0.0
with:
cmd: build
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@v2.0.0
with:
cmd: test
cmd: test # will run `yarn test` command
```
> `cmd` value will be used as a command for Yarn