mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-05 12:22:22 +08:00
Updating README
This commit is contained in:
parent
a39c5ddbda
commit
b7233e8545
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user