Skip to content

Commit dcda414

Browse files
committed
Remove info and warning from yarn install
1 parent a662785 commit dcda414

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Release
22

33
on:
44
push:
5-
pull_request:
6-
types: [opened, labeled]
7-
branches:
8-
- main
9-
- next
105

116
jobs:
127
release:
@@ -36,6 +31,6 @@ jobs:
3631
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3732
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3833
run: |
39-
yarn install --frozen-lockfile
34+
yarn install --frozen-lockfile 2>&1 | grep -v '^[warning|info]'
4035
yarn build
4136
yarn release

0 commit comments

Comments
 (0)