Skip to content

Commit

Permalink
Remove verbose from install
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 26, 2023
1 parent a975223 commit a1f62b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
bun-version: 1.0.20

- run: HUSKY=0 bun install --concurrent-scripts 1 --verbose
- run: HUSKY=0 bun install --concurrent-scripts 1
env:
HUSKY: 0

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}

- run: bun install --concurrent-scripts 1 --verbose
- run: bun install --concurrent-scripts 1

- name: Test
run: bun run test-recursive
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}

- run: bun install --concurrent-scripts 1 --verbose
- run: bun install --concurrent-scripts 1

- uses: supabase/setup-cli@v1

Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}

- run: bun install --concurrent-scripts 1 --verbose
- run: bun install --concurrent-scripts 1

- name: Typecheck
run: bun run typecheck
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}

- run: bun install --concurrent-scripts 1 --verbose
- run: bun install --concurrent-scripts 1

- name: Lint
run: bun run lint
Expand All @@ -177,6 +177,6 @@ jobs:
with:
bun-version: ${{ matrix.bun-version }}

- run: bun install --concurrent-scripts 1 --verbose
- run: bun install --concurrent-scripts 1

- run: bun run graphql-codegen

0 comments on commit a1f62b1

Please sign in to comment.