Update npm-publish.yml

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-15 11:23:43 +05:30 committed by GitHub
parent 87e8da801c
commit 6ed2b6c71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -16,9 +16,6 @@ jobs:
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: test # will run `yarn test` command
@ -31,9 +28,6 @@ jobs:
- uses: borales/actions-yarn@v2.3.0
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: build # will run `yarn build` command
- uses: borales/actions-yarn@v2.3.0
with:
cmd: test # will run `yarn test` command