From a1f62b1daa7c72861c5d2083067949b46baa39de Mon Sep 17 00:00:00 2001 From: Robert Herber Date: Tue, 26 Dec 2023 13:31:28 +0100 Subject: [PATCH] Remove verbose from install --- .github/workflows/autopublish.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autopublish.yml b/.github/workflows/autopublish.yml index 41b6089c..912f481f 100644 --- a/.github/workflows/autopublish.yml +++ b/.github/workflows/autopublish.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd132ce6..0fd500bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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