mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-14 18:42:15 +08:00
Updating README
This commit is contained in:
parent
a39c5ddbda
commit
b7233e8545
@ -19,13 +19,13 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v2.0.0
|
||||||
with:
|
with:
|
||||||
cmd: install
|
cmd: install # will run `yarn install` command
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v2.0.0
|
||||||
with:
|
with:
|
||||||
cmd: build
|
cmd: build # will run `yarn build` command
|
||||||
- uses: borales/actions-yarn@v2.0.0
|
- uses: borales/actions-yarn@v2.0.0
|
||||||
with:
|
with:
|
||||||
cmd: test
|
cmd: test # will run `yarn test` command
|
||||||
```
|
```
|
||||||
|
|
||||||
> `cmd` value will be used as a command for Yarn
|
> `cmd` value will be used as a command for Yarn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user